COLOR #BB35E3

HEX: #BB35E3
RGB: (187,53,227)

Color info

#BB35E3 contains mainly red and blue colors. Web safe color of #BB35E3 is #CC33CC (or #C3C).

RGB color model

#BB35E3 color RGB value is (187,53,227).

  • red value is 187;
  • green value is 53;
  • blue value is 227.
RGB:
(187,53,227)
(73%,21%,89%)

RGB channels and saturation

R 187 of 255 = 73%
G 53 of 255 = 21%
B 227 of 255 = 89%

187
53
227

R + G + B ~ 61%. #BB35E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 53 + 227 = 467 (100%)
R 187 of 467 ~ 40.04%
G 53 of 467 ~ 11.35%
B 227 of 467 ~ 48.61%

%40.04
%11.35
%48.61

CMYK color model

#BB35E3 color CMYK value is (18,77,0,11).

  • cyan value is 17.62%
  • magenta value is 76.65%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(18,77,0,11)
C18M77Y0K11 
(18%,77%,0%,11%)
(0.18/0.77/0.00/0.11)	

CMYK percentages

%17.62
%76.65
%0
%10.98

Codes

Color #BB35E3 in popluar color models

BB35E3
RGB18753227
HSL286°75.65%54.90%
HSB/HSV286°76.65%89.02%
CMYK17.62%76.65%0.00%
10.98%

Color #BB35E3 in popluar number systems.

HEXBB35E3
Decimal18753227
Binary1011101111010111100011
Octal27365343

Shades and tints

Shades of #BB35E3

#BB35E3
(187,53,227)
#AA31CF
(170,49,207)
#992DBB
(153,45,187)
#8829A7
(136,41,167)
#772593
(119,37,147)
#66217F
(102,33,127)
#551D6B
(85,29,107)
#441957
(68,25,87)
#331543
(51,21,67)
#22112F
(34,17,47)
#110D1B
(17,13,27)
#000000
(0,0,0)

Tints of #BB35E3

#BB35E3
(187,53,227)
#C147E5
(193,71,229)
#C759E7
(199,89,231)
#CD6BE9
(205,107,233)
#D37DEB
(211,125,235)
#D98FED
(217,143,237)
#DFA1EF
(223,161,239)
#E5B3F1
(229,179,241)
#EBC5F3
(235,197,243)
#F1D7F5
(241,215,245)
#F7E9F7
(247,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB35E3 color. Also use rgb(187,53,227) instead hex code.

Text Font Color

.myTextColor { color: #BB35E3; }

<p style="color:#BB35E3">This sample text font color is #BB35E3.</p>

This text font color is #BB35E3.


Background Color

.myBgColor { background-color: #BB35E3; }

<div style="background-color:#BB35E3">Inner text</div>

This div background color is #BB35E3.


Border color

.myBorderColor { border: 1px solid #BB35E3; }

<div style="border:3px solid #BB35E3">Div</div>

This div border color is #BB35E3.


Opacity

.myOpacity80 { color: #BB35E3; opacity: 0.8; }

<p style="color:#BB35E3;opacity:0.8;">80%</p>

Text with #BB35E3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BB35E3;}

<p style="text-shadow: 3px 3px 1px #BB35E3">Text here.</p>

This text has shadow with #BB35E3 color.

.textShadow {text-shadow: 3px 3px 1px #BB35E3, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BB35E3, 5px 5px 20px red">Text here.</p>

This text has shadow with #BB35E3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB35E3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BB35E3, Direction=45, Strength=4)">Text</p>

This text has shadow with #BB35E3 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BB35E3;
  -webkit-box-shadow:	1px 1px 3px 2px #BB35E3;
  box-shadow:		1px 1px 3px 2px #BB35E3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB35E3;
-webkit-box-shadow: 1px 1px 3px 2px #BB35E3;
box-shadow:1px 1px 3px 2px #BB35E3;">
Div content here</div>
This div box has shadow with color #BB35E3.

Preview

Color preview on black background

This text has color #BB35E3 on black background.


Color preview on white background

This text has color #BB35E3 on white background.



Black color preview on #BB35E3 background

This text has black color on #BB35E3 background.


White color preview on #BB35E3 background

This text has white color on #BB35E3 background.