#BB76EB

Color #BB76EB Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #BB76EB

Tints of Heliotrope #BB76EB

Color information

#BB76EB (or 0xBB76EB) is unknown color: approx Heliotrope. HEX triplet: BB, 76 and EB. RGB value is (187,118,235). Sum of RGB (Red+Green+Blue) = 187+118+235=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 118 (46.48% from 255 or 21.85% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB76EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB76EB is #448914. Grayscale: #979797. Windows color (decimal): -4491541 or 15431355. OLE color: 15431355.

HSL color Cylindrical-coordinate representation of color #BB76EB: hue angle of 275.38º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB76EB is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187118235-
CMYK0.200.5000.08
HSL275.38º74.52%69.22%-
HSV(B)275.38º49.79%92.16%-
XYZ41.9729.5282.08-
YUV151.97174.86152.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 118 (46.48% from 255) = 21.85%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=34.63%
G=21.85%
B=43.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871182350.200.5000.08275.3874.5269.22
HexBB76EB1432081134b45
Octal2731663532462010423113105
Binary10111011111011011101011101001100100100010001001110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB76EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB76EB; }

 p { color: rgb(187,118,235); }

 H1.HeaderClassName
 {
   color: #BB76EB;
 }
 .AnyTagClassName
 {
   color: #BB76EB;
 }
</style>
background-color css

<style>
 a { background-color: #BB76EB; }

 a { background-color: rgb(187,118,235); }

 div.DivClassName
 {
   background-color: #BB76EB;
 }
 .BgClassName
 {
   background-color: #BB76EB;
 }
</style>
border-color css

<style>
 span { border-color: #BB76EB; }

 span { border-color: rgb(187,118,235); }

 td.TdClassName
 {
   border-color: #BB76EB;
 }
 .TagClassName
 {
   border-color: #BB76EB;
 }
</style>