Shades of Heliotrope #BE82FF
Tints of Heliotrope #BE82FF
RGB
CMYK
RGB Variations
Color information
#BE82FF (or 0xBE82FF) is known color: Heliotrope. HEX triplet: BE, 82 and FF. RGB value is (190,130,255). Sum of RGB (Red+Green+Blue) = 190+130+255=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE82FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE82FF is #417D00. Grayscale: #A1A1A1. Windows color (decimal): -4291841 or 16745150. OLE color: 16745150.
HSL color Cylindrical-coordinate representation of color #BE82FF: hue angle of 268.8º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE82FF is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 130 | 255 | - |
| CMYK | 0.25 | 0.49 | 0 | 0 |
| HSL | 268.8º | 1% | 0.75% | - |
| HSV(B) | 268.8º | 0.49% | 1% | - |
| XYZ | 47.27 | 34.13 | 98.7 | - |
| YUV | 162.19 | 180.38 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 130 | 255 | 0.25 | 0.49 | 0 | 0 | 268.8 | 1 | 0.75 |
| Hex | BE | 82 | FF | 19 | 31 | 0 | 0 | 10D | 64 | 4B |
| Octal | 276 | 202 | 377 | 31 | 61 | 0 | 0 | 415 | 144 | 113 |
| Binary | 10111110 | 10000010 | 11111111 | 11001 | 110001 | 0 | 0 | 100001101 | 1100100 | 1001011 |
Color Harmonies of #BE82FF
Complementary color
Monochromatic Colors of #BE82FF
Black with #BE82FF
Text Example
Text Example
White with #BE82FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE82FF; }
p { color: rgb(190,130,255); }
H1.HeaderClassName
{
color: #BE82FF;
}
.AnyTagClassName
{
color: #BE82FF;
}
</style>
background-color css
<style>
a { background-color: #BE82FF; }
a { background-color: rgb(190,130,255); }
div.DivClassName
{
background-color: #BE82FF;
}
.BgClassName
{
background-color: #BE82FF;
}
</style>
border-color css
<style>
span { border-color: #BE82FF; }
span { border-color: rgb(190,130,255); }
td.TdClassName
{
border-color: #BE82FF;
}
.TagClassName
{
border-color: #BE82FF;
}
</style>