Shades of Heliotrope #BE77FE
Tints of Heliotrope #BE77FE
RGB
CMYK
RGB Variations
Color information
#BE77FE (or 0xBE77FE) is known color: Heliotrope. HEX triplet: BE, 77 and FE. RGB value is (190,119,254). Sum of RGB (Red+Green+Blue) = 190+119+254=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE77FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE77FE is #418801. Grayscale: #9B9B9B. Windows color (decimal): -4294658 or 16676798. OLE color: 16676798.
HSL color Cylindrical-coordinate representation of color #BE77FE: hue angle of 271.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE77FE is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 119 | 254 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.00 |
| HSL | 271.56º | 0.99% | 0.73% | - |
| HSV(B) | 271.56º | 0.53% | 1% | - |
| XYZ | 45.72 | 31.3 | 97.4 | - |
| YUV | 155.62 | 183.52 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 254 | 0.25 | 0.53 | 0 | 0.00 | 271.56 | 0.99 | 0.73 |
| Hex | BE | 77 | FE | 19 | 35 | 0 | 0 | 110 | 63 | 49 |
| Octal | 276 | 167 | 376 | 31 | 65 | 0 | 0 | 420 | 143 | 111 |
| Binary | 10111110 | 1110111 | 11111110 | 11001 | 110101 | 0 | 0 | 100010000 | 1100011 | 1001001 |
Color Harmonies of #BE77FE
Complementary color
Monochromatic Colors of #BE77FE
Black with #BE77FE
Text Example
Text Example
White with #BE77FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE77FE; }
p { color: rgb(190,119,254); }
H1.HeaderClassName
{
color: #BE77FE;
}
.AnyTagClassName
{
color: #BE77FE;
}
</style>
background-color css
<style>
a { background-color: #BE77FE; }
a { background-color: rgb(190,119,254); }
div.DivClassName
{
background-color: #BE77FE;
}
.BgClassName
{
background-color: #BE77FE;
}
</style>
border-color css
<style>
span { border-color: #BE77FE; }
span { border-color: rgb(190,119,254); }
td.TdClassName
{
border-color: #BE77FE;
}
.TagClassName
{
border-color: #BE77FE;
}
</style>