Shades of Heliotrope #BF77ED
Tints of Heliotrope #BF77ED
RGB
CMYK
RGB Variations
Color information
#BF77ED (or 0xBF77ED) is known color: Heliotrope. HEX triplet: BF, 77 and ED. RGB value is (191,119,237). Sum of RGB (Red+Green+Blue) = 191+119+237=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF77ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF77ED is #408812. Grayscale: #999999. Windows color (decimal): -4229139 or 15562687. OLE color: 15562687.
HSL color Cylindrical-coordinate representation of color #BF77ED: hue angle of 276.61º degrees, saturation: 0.77, 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 #BF77ED is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 119 | 237 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.07 |
| HSL | 276.61º | 0.77% | 0.7% | - |
| HSV(B) | 276.61º | 0.5% | 0.93% | - |
| XYZ | 43.37 | 30.38 | 83.7 | - |
| YUV | 153.98 | 174.85 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 237 | 0.19 | 0.50 | 0 | 0.07 | 276.61 | 0.77 | 0.7 |
| Hex | BF | 77 | ED | 13 | 32 | 0 | 7 | 115 | 4D | 46 |
| Octal | 277 | 167 | 355 | 23 | 62 | 0 | 7 | 425 | 115 | 106 |
| Binary | 10111111 | 1110111 | 11101101 | 10011 | 110010 | 0 | 111 | 100010101 | 1001101 | 1000110 |
Color Harmonies of #BF77ED
Complementary color
Monochromatic Colors of #BF77ED
Black with #BF77ED
Text Example
Text Example
White with #BF77ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF77ED; }
p { color: rgb(191,119,237); }
H1.HeaderClassName
{
color: #BF77ED;
}
.AnyTagClassName
{
color: #BF77ED;
}
</style>
background-color css
<style>
a { background-color: #BF77ED; }
a { background-color: rgb(191,119,237); }
div.DivClassName
{
background-color: #BF77ED;
}
.BgClassName
{
background-color: #BF77ED;
}
</style>
border-color css
<style>
span { border-color: #BF77ED; }
span { border-color: rgb(191,119,237); }
td.TdClassName
{
border-color: #BF77ED;
}
.TagClassName
{
border-color: #BF77ED;
}
</style>