Shades of Heliotrope #BB78FE
Tints of Heliotrope #BB78FE
RGB
CMYK
RGB Variations
Color information
#BB78FE (or 0xBB78FE) is known color: Heliotrope. HEX triplet: BB, 78 and FE. RGB value is (187,120,254). Sum of RGB (Red+Green+Blue) = 187+120+254=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB78FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB78FE is #448701. Grayscale: #9A9A9A. Windows color (decimal): -4491010 or 16677051. OLE color: 16677051.
HSL color Cylindrical-coordinate representation of color #BB78FE: hue angle of 270º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB78FE is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 120 | 254 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.00 |
| HSL | 270º | 0.99% | 0.73% | - |
| HSV(B) | 270º | 0.53% | 1% | - |
| XYZ | 45.1 | 31.15 | 97.4 | - |
| YUV | 155.31 | 183.7 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 120 | 254 | 0.26 | 0.53 | 0 | 0.00 | 270 | 0.99 | 0.73 |
| Hex | BB | 78 | FE | 1A | 35 | 0 | 0 | 10E | 63 | 49 |
| Octal | 273 | 170 | 376 | 32 | 65 | 0 | 0 | 416 | 143 | 111 |
| Binary | 10111011 | 1111000 | 11111110 | 11010 | 110101 | 0 | 0 | 100001110 | 1100011 | 1001001 |
Color Harmonies of #BB78FE
Complementary color
Monochromatic Colors of #BB78FE
Black with #BB78FE
Text Example
Text Example
White with #BB78FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB78FE; }
p { color: rgb(187,120,254); }
H1.HeaderClassName
{
color: #BB78FE;
}
.AnyTagClassName
{
color: #BB78FE;
}
</style>
background-color css
<style>
a { background-color: #BB78FE; }
a { background-color: rgb(187,120,254); }
div.DivClassName
{
background-color: #BB78FE;
}
.BgClassName
{
background-color: #BB78FE;
}
</style>
border-color css
<style>
span { border-color: #BB78FE; }
span { border-color: rgb(187,120,254); }
td.TdClassName
{
border-color: #BB78FE;
}
.TagClassName
{
border-color: #BB78FE;
}
</style>