Shades of Heliotrope #BE77ED
Tints of Heliotrope #BE77ED
RGB
CMYK
RGB Variations
Color information
#BE77ED (or 0xBE77ED) is known color: Heliotrope. HEX triplet: BE, 77 and ED. RGB value is (190,119,237). Sum of RGB (Red+Green+Blue) = 190+119+237=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 119 (46.88% from 255 or 21.79% 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 #BE77ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE77ED is #418812. Grayscale: #999999. Windows color (decimal): -4294675 or 15562686. OLE color: 15562686.
HSL color Cylindrical-coordinate representation of color #BE77ED: hue angle of 276.1º 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 #BE77ED is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 119 | 237 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.07 |
| HSL | 276.1º | 0.77% | 0.7% | - |
| HSV(B) | 276.1º | 0.5% | 0.93% | - |
| XYZ | 43.12 | 30.26 | 83.69 | - |
| YUV | 153.68 | 175.02 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 237 | 0.20 | 0.50 | 0 | 0.07 | 276.1 | 0.77 | 0.7 |
| Hex | BE | 77 | ED | 14 | 32 | 0 | 7 | 114 | 4D | 46 |
| Octal | 276 | 167 | 355 | 24 | 62 | 0 | 7 | 424 | 115 | 106 |
| Binary | 10111110 | 1110111 | 11101101 | 10100 | 110010 | 0 | 111 | 100010100 | 1001101 | 1000110 |
Color Harmonies of #BE77ED
Complementary color
Monochromatic Colors of #BE77ED
Black with #BE77ED
Text Example
Text Example
White with #BE77ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE77ED; }
p { color: rgb(190,119,237); }
H1.HeaderClassName
{
color: #BE77ED;
}
.AnyTagClassName
{
color: #BE77ED;
}
</style>
background-color css
<style>
a { background-color: #BE77ED; }
a { background-color: rgb(190,119,237); }
div.DivClassName
{
background-color: #BE77ED;
}
.BgClassName
{
background-color: #BE77ED;
}
</style>
border-color css
<style>
span { border-color: #BE77ED; }
span { border-color: rgb(190,119,237); }
td.TdClassName
{
border-color: #BE77ED;
}
.TagClassName
{
border-color: #BE77ED;
}
</style>