Shades of Heliotrope #BF77E9
Tints of Heliotrope #BF77E9
RGB
CMYK
RGB Variations
Color information
#BF77E9 (or 0xBF77E9) is known color: Heliotrope. HEX triplet: BF, 77 and E9. RGB value is (191,119,233). Sum of RGB (Red+Green+Blue) = 191+119+233=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF77E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF77E9 is #408816. Grayscale: #999999. Windows color (decimal): -4229143 or 15300543. OLE color: 15300543.
HSL color Cylindrical-coordinate representation of color #BF77E9: hue angle of 277.89º degrees, saturation: 0.72, 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 #BF77E9 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 119 | 233 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.09 |
| HSL | 277.89º | 0.72% | 0.69% | - |
| HSV(B) | 277.89º | 0.49% | 0.91% | - |
| XYZ | 42.79 | 30.15 | 80.66 | - |
| YUV | 153.52 | 172.85 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 233 | 0.18 | 0.49 | 0 | 0.09 | 277.89 | 0.72 | 0.69 |
| Hex | BF | 77 | E9 | 12 | 31 | 0 | 9 | 116 | 48 | 45 |
| Octal | 277 | 167 | 351 | 22 | 61 | 0 | 11 | 426 | 110 | 105 |
| Binary | 10111111 | 1110111 | 11101001 | 10010 | 110001 | 0 | 1001 | 100010110 | 1001000 | 1000101 |
Color Harmonies of #BF77E9
Complementary color
Monochromatic Colors of #BF77E9
Black with #BF77E9
Text Example
Text Example
White with #BF77E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF77E9; }
p { color: rgb(191,119,233); }
H1.HeaderClassName
{
color: #BF77E9;
}
.AnyTagClassName
{
color: #BF77E9;
}
</style>
background-color css
<style>
a { background-color: #BF77E9; }
a { background-color: rgb(191,119,233); }
div.DivClassName
{
background-color: #BF77E9;
}
.BgClassName
{
background-color: #BF77E9;
}
</style>
border-color css
<style>
span { border-color: #BF77E9; }
span { border-color: rgb(191,119,233); }
td.TdClassName
{
border-color: #BF77E9;
}
.TagClassName
{
border-color: #BF77E9;
}
</style>