Shades of Heliotrope #BF78E8
Tints of Heliotrope #BF78E8
RGB
CMYK
RGB Variations
Color information
#BF78E8 (or 0xBF78E8) is known color: Heliotrope. HEX triplet: BF, 78 and E8. RGB value is (191,120,232). Sum of RGB (Red+Green+Blue) = 191+120+232=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 232 (91.02% from 255 or 42.73% from 543); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF78E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF78E8 is #408717. Grayscale: #999999. Windows color (decimal): -4228888 or 15235263. OLE color: 15235263.
HSL color Cylindrical-coordinate representation of color #BF78E8: hue angle of 278.04º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF78E8 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 120 | 232 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.09 |
| HSL | 278.04º | 0.71% | 0.69% | - |
| HSV(B) | 278.04º | 0.48% | 0.91% | - |
| XYZ | 42.77 | 30.34 | 79.95 | - |
| YUV | 154 | 172.02 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 232 | 0.18 | 0.48 | 0 | 0.09 | 278.04 | 0.71 | 0.69 |
| Hex | BF | 78 | E8 | 12 | 30 | 0 | 9 | 116 | 47 | 45 |
| Octal | 277 | 170 | 350 | 22 | 60 | 0 | 11 | 426 | 107 | 105 |
| Binary | 10111111 | 1111000 | 11101000 | 10010 | 110000 | 0 | 1001 | 100010110 | 1000111 | 1000101 |
Color Harmonies of #BF78E8
Complementary color
Monochromatic Colors of #BF78E8
Black with #BF78E8
Text Example
Text Example
White with #BF78E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF78E8; }
p { color: rgb(191,120,232); }
H1.HeaderClassName
{
color: #BF78E8;
}
.AnyTagClassName
{
color: #BF78E8;
}
</style>
background-color css
<style>
a { background-color: #BF78E8; }
a { background-color: rgb(191,120,232); }
div.DivClassName
{
background-color: #BF78E8;
}
.BgClassName
{
background-color: #BF78E8;
}
</style>
border-color css
<style>
span { border-color: #BF78E8; }
span { border-color: rgb(191,120,232); }
td.TdClassName
{
border-color: #BF78E8;
}
.TagClassName
{
border-color: #BF78E8;
}
</style>