Shades of Heliotrope #BF76E8
Tints of Heliotrope #BF76E8
RGB
CMYK
RGB Variations
Color information
#BF76E8 (or 0xBF76E8) is known color: Heliotrope. HEX triplet: BF, 76 and E8. RGB value is (191,118,232). Sum of RGB (Red+Green+Blue) = 191+118+232=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 232 (91.02% from 255 or 42.88% from 541); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF76E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF76E8 is #408917. Grayscale: #989898. Windows color (decimal): -4229400 or 15234751. OLE color: 15234751.
HSL color Cylindrical-coordinate representation of color #BF76E8: hue angle of 278.42º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF76E8 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 118 | 232 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.09 |
| HSL | 278.42º | 0.71% | 0.69% | - |
| HSV(B) | 278.42º | 0.49% | 0.91% | - |
| XYZ | 42.53 | 29.86 | 79.87 | - |
| YUV | 152.82 | 172.68 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 232 | 0.18 | 0.49 | 0 | 0.09 | 278.42 | 0.71 | 0.69 |
| Hex | BF | 76 | E8 | 12 | 31 | 0 | 9 | 116 | 47 | 45 |
| Octal | 277 | 166 | 350 | 22 | 61 | 0 | 11 | 426 | 107 | 105 |
| Binary | 10111111 | 1110110 | 11101000 | 10010 | 110001 | 0 | 1001 | 100010110 | 1000111 | 1000101 |
Color Harmonies of #BF76E8
Complementary color
Monochromatic Colors of #BF76E8
Black with #BF76E8
Text Example
Text Example
White with #BF76E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF76E8; }
p { color: rgb(191,118,232); }
H1.HeaderClassName
{
color: #BF76E8;
}
.AnyTagClassName
{
color: #BF76E8;
}
</style>
background-color css
<style>
a { background-color: #BF76E8; }
a { background-color: rgb(191,118,232); }
div.DivClassName
{
background-color: #BF76E8;
}
.BgClassName
{
background-color: #BF76E8;
}
</style>
border-color css
<style>
span { border-color: #BF76E8; }
span { border-color: rgb(191,118,232); }
td.TdClassName
{
border-color: #BF76E8;
}
.TagClassName
{
border-color: #BF76E8;
}
</style>