Shades of Heliotrope #BF76ED
Tints of Heliotrope #BF76ED
RGB
CMYK
RGB Variations
Color information
#BF76ED (or 0xBF76ED) is known color: Heliotrope. HEX triplet: BF, 76 and ED. RGB value is (191,118,237). Sum of RGB (Red+Green+Blue) = 191+118+237=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF76ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF76ED is #408912. Grayscale: #989898. Windows color (decimal): -4229395 or 15562431. OLE color: 15562431.
HSL color Cylindrical-coordinate representation of color #BF76ED: hue angle of 276.81º 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 #BF76ED is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 118 | 237 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.07 |
| HSL | 276.81º | 0.77% | 0.7% | - |
| HSV(B) | 276.81º | 0.5% | 0.93% | - |
| XYZ | 43.25 | 30.15 | 83.66 | - |
| YUV | 153.39 | 175.18 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 237 | 0.19 | 0.50 | 0 | 0.07 | 276.81 | 0.77 | 0.7 |
| Hex | BF | 76 | ED | 13 | 32 | 0 | 7 | 115 | 4D | 46 |
| Octal | 277 | 166 | 355 | 23 | 62 | 0 | 7 | 425 | 115 | 106 |
| Binary | 10111111 | 1110110 | 11101101 | 10011 | 110010 | 0 | 111 | 100010101 | 1001101 | 1000110 |
Color Harmonies of #BF76ED
Complementary color
Monochromatic Colors of #BF76ED
Black with #BF76ED
Text Example
Text Example
White with #BF76ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF76ED; }
p { color: rgb(191,118,237); }
H1.HeaderClassName
{
color: #BF76ED;
}
.AnyTagClassName
{
color: #BF76ED;
}
</style>
background-color css
<style>
a { background-color: #BF76ED; }
a { background-color: rgb(191,118,237); }
div.DivClassName
{
background-color: #BF76ED;
}
.BgClassName
{
background-color: #BF76ED;
}
</style>
border-color css
<style>
span { border-color: #BF76ED; }
span { border-color: rgb(191,118,237); }
td.TdClassName
{
border-color: #BF76ED;
}
.TagClassName
{
border-color: #BF76ED;
}
</style>