Shades of Heliotrope #BE73FF
Tints of Heliotrope #BE73FF
RGB
CMYK
RGB Variations
Color information
#BE73FF (or 0xBE73FF) is known color: Heliotrope. HEX triplet: BE, 73 and FF. RGB value is (190,115,255). Sum of RGB (Red+Green+Blue) = 190+115+255=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE73FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE73FF is #418C00. Grayscale: #989898. Windows color (decimal): -4295681 or 16741310. OLE color: 16741310.
HSL color Cylindrical-coordinate representation of color #BE73FF: hue angle of 272.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE73FF is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 115 | 255 | - |
| CMYK | 0.25 | 0.55 | 0 | 0 |
| HSL | 272.14º | 1% | 0.73% | - |
| HSV(B) | 272.14º | 0.55% | 1% | - |
| XYZ | 45.42 | 30.43 | 98.09 | - |
| YUV | 153.39 | 185.35 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 255 | 0.25 | 0.55 | 0 | 0 | 272.14 | 1 | 0.73 |
| Hex | BE | 73 | FF | 19 | 37 | 0 | 0 | 110 | 64 | 49 |
| Octal | 276 | 163 | 377 | 31 | 67 | 0 | 0 | 420 | 144 | 111 |
| Binary | 10111110 | 1110011 | 11111111 | 11001 | 110111 | 0 | 0 | 100010000 | 1100100 | 1001001 |
Color Harmonies of #BE73FF
Complementary color
Monochromatic Colors of #BE73FF
Black with #BE73FF
Text Example
Text Example
White with #BE73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE73FF; }
p { color: rgb(190,115,255); }
H1.HeaderClassName
{
color: #BE73FF;
}
.AnyTagClassName
{
color: #BE73FF;
}
</style>
background-color css
<style>
a { background-color: #BE73FF; }
a { background-color: rgb(190,115,255); }
div.DivClassName
{
background-color: #BE73FF;
}
.BgClassName
{
background-color: #BE73FF;
}
</style>
border-color css
<style>
span { border-color: #BE73FF; }
span { border-color: rgb(190,115,255); }
td.TdClassName
{
border-color: #BE73FF;
}
.TagClassName
{
border-color: #BE73FF;
}
</style>