Shades of Heliotrope #BE76FE
Tints of Heliotrope #BE76FE
RGB
CMYK
RGB Variations
Color information
#BE76FE (or 0xBE76FE) is known color: Heliotrope. HEX triplet: BE, 76 and FE. RGB value is (190,118,254). Sum of RGB (Red+Green+Blue) = 190+118+254=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE76FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE76FE is #418901. Grayscale: #9A9A9A. Windows color (decimal): -4294914 or 16676542. OLE color: 16676542.
HSL color Cylindrical-coordinate representation of color #BE76FE: hue angle of 271.76º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE76FE is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 118 | 254 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.00 |
| HSL | 271.76º | 0.99% | 0.73% | - |
| HSV(B) | 271.76º | 0.54% | 1% | - |
| XYZ | 45.6 | 31.06 | 97.36 | - |
| YUV | 155.03 | 183.85 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 254 | 0.25 | 0.54 | 0 | 0.00 | 271.76 | 0.99 | 0.73 |
| Hex | BE | 76 | FE | 19 | 36 | 0 | 0 | 110 | 63 | 49 |
| Octal | 276 | 166 | 376 | 31 | 66 | 0 | 0 | 420 | 143 | 111 |
| Binary | 10111110 | 1110110 | 11111110 | 11001 | 110110 | 0 | 0 | 100010000 | 1100011 | 1001001 |
Color Harmonies of #BE76FE
Complementary color
Monochromatic Colors of #BE76FE
Black with #BE76FE
Text Example
Text Example
White with #BE76FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE76FE; }
p { color: rgb(190,118,254); }
H1.HeaderClassName
{
color: #BE76FE;
}
.AnyTagClassName
{
color: #BE76FE;
}
</style>
background-color css
<style>
a { background-color: #BE76FE; }
a { background-color: rgb(190,118,254); }
div.DivClassName
{
background-color: #BE76FE;
}
.BgClassName
{
background-color: #BE76FE;
}
</style>
border-color css
<style>
span { border-color: #BE76FE; }
span { border-color: rgb(190,118,254); }
td.TdClassName
{
border-color: #BE76FE;
}
.TagClassName
{
border-color: #BE76FE;
}
</style>