Shades of Heliotrope #BE77EE
Tints of Heliotrope #BE77EE
RGB
CMYK
RGB Variations
Color information
#BE77EE (or 0xBE77EE) is known color: Heliotrope. HEX triplet: BE, 77 and EE. RGB value is (190,119,238). Sum of RGB (Red+Green+Blue) = 190+119+238=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE77EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE77EE is #418811. Grayscale: #999999. Windows color (decimal): -4294674 or 15628222. OLE color: 15628222.
HSL color Cylindrical-coordinate representation of color #BE77EE: hue angle of 275.8º degrees, saturation: 0.78, 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 #BE77EE is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 119 | 238 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.07 |
| HSL | 275.8º | 0.78% | 0.7% | - |
| HSV(B) | 275.8º | 0.5% | 0.93% | - |
| XYZ | 43.26 | 30.31 | 84.46 | - |
| YUV | 153.8 | 175.52 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 238 | 0.20 | 0.50 | 0 | 0.07 | 275.8 | 0.78 | 0.7 |
| Hex | BE | 77 | EE | 14 | 32 | 0 | 7 | 114 | 4E | 46 |
| Octal | 276 | 167 | 356 | 24 | 62 | 0 | 7 | 424 | 116 | 106 |
| Binary | 10111110 | 1110111 | 11101110 | 10100 | 110010 | 0 | 111 | 100010100 | 1001110 | 1000110 |
Color Harmonies of #BE77EE
Complementary color
Monochromatic Colors of #BE77EE
Black with #BE77EE
Text Example
Text Example
White with #BE77EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE77EE; }
p { color: rgb(190,119,238); }
H1.HeaderClassName
{
color: #BE77EE;
}
.AnyTagClassName
{
color: #BE77EE;
}
</style>
background-color css
<style>
a { background-color: #BE77EE; }
a { background-color: rgb(190,119,238); }
div.DivClassName
{
background-color: #BE77EE;
}
.BgClassName
{
background-color: #BE77EE;
}
</style>
border-color css
<style>
span { border-color: #BE77EE; }
span { border-color: rgb(190,119,238); }
td.TdClassName
{
border-color: #BE77EE;
}
.TagClassName
{
border-color: #BE77EE;
}
</style>