Shades of Heliotrope #BB78F0
Tints of Heliotrope #BB78F0
RGB
CMYK
RGB Variations
Color information
#BB78F0 (or 0xBB78F0) is known color: Heliotrope. HEX triplet: BB, 78 and F0. RGB value is (187,120,240). Sum of RGB (Red+Green+Blue) = 187+120+240=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB78F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB78F0 is #44870F. Grayscale: #999999. Windows color (decimal): -4491024 or 15759547. OLE color: 15759547.
HSL color Cylindrical-coordinate representation of color #BB78F0: hue angle of 273.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB78F0 is Cyan = 0.22, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 120 | 240 | - |
| CMYK | 0.22 | 0.5 | 0 | 0.06 |
| HSL | 273.5º | 0.8% | 0.71% | - |
| HSV(B) | 273.5º | 0.5% | 0.94% | - |
| XYZ | 42.94 | 30.29 | 86.02 | - |
| YUV | 153.71 | 176.7 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 120 | 240 | 0.22 | 0.5 | 0 | 0.06 | 273.5 | 0.8 | 0.71 |
| Hex | BB | 78 | F0 | 16 | 32 | 0 | 6 | 112 | 50 | 47 |
| Octal | 273 | 170 | 360 | 26 | 62 | 0 | 6 | 422 | 120 | 107 |
| Binary | 10111011 | 1111000 | 11110000 | 10110 | 110010 | 0 | 110 | 100010010 | 1010000 | 1000111 |
Color Harmonies of #BB78F0
Complementary color
Monochromatic Colors of #BB78F0
Black with #BB78F0
Text Example
Text Example
White with #BB78F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB78F0; }
p { color: rgb(187,120,240); }
H1.HeaderClassName
{
color: #BB78F0;
}
.AnyTagClassName
{
color: #BB78F0;
}
</style>
background-color css
<style>
a { background-color: #BB78F0; }
a { background-color: rgb(187,120,240); }
div.DivClassName
{
background-color: #BB78F0;
}
.BgClassName
{
background-color: #BB78F0;
}
</style>
border-color css
<style>
span { border-color: #BB78F0; }
span { border-color: rgb(187,120,240); }
td.TdClassName
{
border-color: #BB78F0;
}
.TagClassName
{
border-color: #BB78F0;
}
</style>