Shades of Heliotrope #BE77FF
Tints of Heliotrope #BE77FF
RGB
CMYK
RGB Variations
Color information
#BE77FF (or 0xBE77FF) is known color: Heliotrope. HEX triplet: BE, 77 and FF. RGB value is (190,119,255). Sum of RGB (Red+Green+Blue) = 190+119+255=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE77FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE77FF is #418800. Grayscale: #9B9B9B. Windows color (decimal): -4294657 or 16742334. OLE color: 16742334.
HSL color Cylindrical-coordinate representation of color #BE77FF: hue angle of 271.32º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE77FF is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 119 | 255 | - |
| CMYK | 0.25 | 0.53 | 0 | 0 |
| HSL | 271.32º | 1% | 0.73% | - |
| HSV(B) | 271.32º | 0.53% | 1% | - |
| XYZ | 45.88 | 31.36 | 98.24 | - |
| YUV | 155.73 | 184.02 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 255 | 0.25 | 0.53 | 0 | 0 | 271.32 | 1 | 0.73 |
| Hex | BE | 77 | FF | 19 | 35 | 0 | 0 | 10F | 64 | 49 |
| Octal | 276 | 167 | 377 | 31 | 65 | 0 | 0 | 417 | 144 | 111 |
| Binary | 10111110 | 1110111 | 11111111 | 11001 | 110101 | 0 | 0 | 100001111 | 1100100 | 1001001 |
Color Harmonies of #BE77FF
Complementary color
Monochromatic Colors of #BE77FF
Black with #BE77FF
Text Example
Text Example
White with #BE77FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE77FF; }
p { color: rgb(190,119,255); }
H1.HeaderClassName
{
color: #BE77FF;
}
.AnyTagClassName
{
color: #BE77FF;
}
</style>
background-color css
<style>
a { background-color: #BE77FF; }
a { background-color: rgb(190,119,255); }
div.DivClassName
{
background-color: #BE77FF;
}
.BgClassName
{
background-color: #BE77FF;
}
</style>
border-color css
<style>
span { border-color: #BE77FF; }
span { border-color: rgb(190,119,255); }
td.TdClassName
{
border-color: #BE77FF;
}
.TagClassName
{
border-color: #BE77FF;
}
</style>