#BB78F4

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

Shades of Heliotrope #BB78F4

Tints of Heliotrope #BB78F4

Color information

#BB78F4 (or 0xBB78F4) is unknown color: approx Heliotrope. HEX triplet: BB, 78 and F4. RGB value is (187,120,244). Sum of RGB (Red+Green+Blue) = 187+120+244=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 244 (95.70% from 255 or 44.28% from 551); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB78F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB78F4 is #44870B. Grayscale: #999999. Windows color (decimal): -4491020 or 16021691. OLE color: 16021691.

HSL color Cylindrical-coordinate representation of color #BB78F4: hue angle of 272.42º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB78F4 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187120244-
CMYK0.230.5100.04
HSL272.42º84.93%71.37%-
HSV(B)272.42º50.82%95.69%-
XYZ43.5430.5389.19-
YUV154.17178.7151.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.94%
GREEN value IS 120 (47.27% from 255) = 21.78%
BLUE value IS 244 (95.70% from 255) = 44.28%
R=33.94%
G=21.78%
B=44.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871202440.230.5100.04272.4284.9371.37
HexBB78F41733041105547
Octal273170364276304420125107
Binary1011101111110001111010010111110011010010001000010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB78F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB78F4; }

 p { color: rgb(187,120,244); }

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

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

 a { background-color: rgb(187,120,244); }

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

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

 span { border-color: rgb(187,120,244); }

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