Shades of Heliotrope #BE73FE
Tints of Heliotrope #BE73FE
RGB
CMYK
RGB Variations
Color information
#BE73FE (or 0xBE73FE) is known color: Heliotrope. HEX triplet: BE, 73 and FE. RGB value is (190,115,254). Sum of RGB (Red+Green+Blue) = 190+115+254=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 115 (45.31% from 255 or 20.57% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE73FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE73FE is #418C01. Grayscale: #989898. Windows color (decimal): -4295682 or 16675774. OLE color: 16675774.
HSL color Cylindrical-coordinate representation of color #BE73FE: hue angle of 272.37º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE73FE is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 115 | 254 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.00 |
| HSL | 272.37º | 0.99% | 0.72% | - |
| HSV(B) | 272.37º | 0.55% | 1% | - |
| XYZ | 45.26 | 30.36 | 97.24 | - |
| YUV | 153.27 | 184.85 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 254 | 0.25 | 0.55 | 0 | 0.00 | 272.37 | 0.99 | 0.72 |
| Hex | BE | 73 | FE | 19 | 37 | 0 | 0 | 110 | 63 | 48 |
| Octal | 276 | 163 | 376 | 31 | 67 | 0 | 0 | 420 | 143 | 110 |
| Binary | 10111110 | 1110011 | 11111110 | 11001 | 110111 | 0 | 0 | 100010000 | 1100011 | 1001000 |
Color Harmonies of #BE73FE
Complementary color
Monochromatic Colors of #BE73FE
Black with #BE73FE
Text Example
Text Example
White with #BE73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE73FE; }
p { color: rgb(190,115,254); }
H1.HeaderClassName
{
color: #BE73FE;
}
.AnyTagClassName
{
color: #BE73FE;
}
</style>
background-color css
<style>
a { background-color: #BE73FE; }
a { background-color: rgb(190,115,254); }
div.DivClassName
{
background-color: #BE73FE;
}
.BgClassName
{
background-color: #BE73FE;
}
</style>
border-color css
<style>
span { border-color: #BE73FE; }
span { border-color: rgb(190,115,254); }
td.TdClassName
{
border-color: #BE73FE;
}
.TagClassName
{
border-color: #BE73FE;
}
</style>