Shades of Heliotrope #BF77E8
Tints of Heliotrope #BF77E8
RGB
CMYK
RGB Variations
Color information
#BF77E8 (or 0xBF77E8) is known color: Heliotrope. HEX triplet: BF, 77 and E8. RGB value is (191,119,232). Sum of RGB (Red+Green+Blue) = 191+119+232=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF77E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF77E8 is #408817. Grayscale: #999999. Windows color (decimal): -4229144 or 15235007. OLE color: 15235007.
HSL color Cylindrical-coordinate representation of color #BF77E8: hue angle of 278.23º 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 #BF77E8 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 119 | 232 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.09 |
| HSL | 278.23º | 0.71% | 0.69% | - |
| HSV(B) | 278.23º | 0.49% | 0.91% | - |
| XYZ | 42.65 | 30.1 | 79.91 | - |
| YUV | 153.41 | 172.35 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 232 | 0.18 | 0.49 | 0 | 0.09 | 278.23 | 0.71 | 0.69 |
| Hex | BF | 77 | E8 | 12 | 31 | 0 | 9 | 116 | 47 | 45 |
| Octal | 277 | 167 | 350 | 22 | 61 | 0 | 11 | 426 | 107 | 105 |
| Binary | 10111111 | 1110111 | 11101000 | 10010 | 110001 | 0 | 1001 | 100010110 | 1000111 | 1000101 |
Color Harmonies of #BF77E8
Complementary color
Monochromatic Colors of #BF77E8
Black with #BF77E8
Text Example
Text Example
White with #BF77E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF77E8; }
p { color: rgb(191,119,232); }
H1.HeaderClassName
{
color: #BF77E8;
}
.AnyTagClassName
{
color: #BF77E8;
}
</style>
background-color css
<style>
a { background-color: #BF77E8; }
a { background-color: rgb(191,119,232); }
div.DivClassName
{
background-color: #BF77E8;
}
.BgClassName
{
background-color: #BF77E8;
}
</style>
border-color css
<style>
span { border-color: #BF77E8; }
span { border-color: rgb(191,119,232); }
td.TdClassName
{
border-color: #BF77E8;
}
.TagClassName
{
border-color: #BF77E8;
}
</style>