#BB76FE

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

Shades of Heliotrope #BB76FE

Tints of Heliotrope #BB76FE

Color information

#BB76FE (or 0xBB76FE) is unknown color: approx Heliotrope. HEX triplet: BB, 76 and FE. RGB value is (187,118,254). Sum of RGB (Red+Green+Blue) = 187+118+254=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB76FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB76FE is #448901. Grayscale: #999999. Windows color (decimal): -4491522 or 16676539. OLE color: 16676539.

HSL color Cylindrical-coordinate representation of color #BB76FE: hue angle of 270.44º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB76FE is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187118254-
CMYK0.260.5400.00
HSL270.44º98.55%72.94%-
HSV(B)270.44º53.54%99.61%-
XYZ44.8630.6897.32-
YUV154.14184.36151.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 118 (46.48% from 255) = 21.11%
BLUE value IS 254 (99.61% from 255) = 45.44%
R=33.45%
G=21.11%
B=45.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1871182540.260.5400.00270.4498.5572.94
HexBB76FE1A360010e6349
Octal273166376326600416143111
Binary10111011111011011111110110101101100010000111011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB76FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB76FE; }

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

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

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

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

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

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

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

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