Shades of Heliotrope #BF77EC
Tints of Heliotrope #BF77EC
RGB
CMYK
RGB Variations
Color information
#BF77EC (or 0xBF77EC) is known color: Heliotrope. HEX triplet: BF, 77 and EC. RGB value is (191,119,236). Sum of RGB (Red+Green+Blue) = 191+119+236=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF77EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF77EC is #408813. Grayscale: #999999. Windows color (decimal): -4229140 or 15497151. OLE color: 15497151.
HSL color Cylindrical-coordinate representation of color #BF77EC: hue angle of 276.92º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF77EC is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 119 | 236 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.07 |
| HSL | 276.92º | 0.75% | 0.7% | - |
| HSV(B) | 276.92º | 0.5% | 0.93% | - |
| XYZ | 43.22 | 30.33 | 82.93 | - |
| YUV | 153.87 | 174.35 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 236 | 0.19 | 0.50 | 0 | 0.07 | 276.92 | 0.75 | 0.7 |
| Hex | BF | 77 | EC | 13 | 32 | 0 | 7 | 115 | 4B | 46 |
| Octal | 277 | 167 | 354 | 23 | 62 | 0 | 7 | 425 | 113 | 106 |
| Binary | 10111111 | 1110111 | 11101100 | 10011 | 110010 | 0 | 111 | 100010101 | 1001011 | 1000110 |
Color Harmonies of #BF77EC
Complementary color
Monochromatic Colors of #BF77EC
Black with #BF77EC
Text Example
Text Example
White with #BF77EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF77EC; }
p { color: rgb(191,119,236); }
H1.HeaderClassName
{
color: #BF77EC;
}
.AnyTagClassName
{
color: #BF77EC;
}
</style>
background-color css
<style>
a { background-color: #BF77EC; }
a { background-color: rgb(191,119,236); }
div.DivClassName
{
background-color: #BF77EC;
}
.BgClassName
{
background-color: #BF77EC;
}
</style>
border-color css
<style>
span { border-color: #BF77EC; }
span { border-color: rgb(191,119,236); }
td.TdClassName
{
border-color: #BF77EC;
}
.TagClassName
{
border-color: #BF77EC;
}
</style>