Shades of Heliotrope #BE6DFF
Tints of Heliotrope #BE6DFF
RGB
CMYK
RGB Variations
Color information
#BE6DFF (or 0xBE6DFF) is known color: Heliotrope. HEX triplet: BE, 6D and FF. RGB value is (190,109,255). Sum of RGB (Red+Green+Blue) = 190+109+255=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 109 (42.97% from 255 or 19.68% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE6DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6DFF is #419200. Grayscale: #959595. Windows color (decimal): -4297217 or 16739774. OLE color: 16739774.
HSL color Cylindrical-coordinate representation of color #BE6DFF: hue angle of 273.29º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE6DFF is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 109 | 255 | - |
| CMYK | 0.25 | 0.57 | 0 | 0 |
| HSL | 273.29º | 1% | 0.71% | - |
| HSV(B) | 273.29º | 0.57% | 1% | - |
| XYZ | 44.75 | 29.1 | 97.87 | - |
| YUV | 149.86 | 187.34 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 109 | 255 | 0.25 | 0.57 | 0 | 0 | 273.29 | 1 | 0.71 |
| Hex | BE | 6D | FF | 19 | 39 | 0 | 0 | 111 | 64 | 47 |
| Octal | 276 | 155 | 377 | 31 | 71 | 0 | 0 | 421 | 144 | 107 |
| Binary | 10111110 | 1101101 | 11111111 | 11001 | 111001 | 0 | 0 | 100010001 | 1100100 | 1000111 |
Color Harmonies of #BE6DFF
Complementary color
Monochromatic Colors of #BE6DFF
Black with #BE6DFF
Text Example
Text Example
White with #BE6DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6DFF; }
p { color: rgb(190,109,255); }
H1.HeaderClassName
{
color: #BE6DFF;
}
.AnyTagClassName
{
color: #BE6DFF;
}
</style>
background-color css
<style>
a { background-color: #BE6DFF; }
a { background-color: rgb(190,109,255); }
div.DivClassName
{
background-color: #BE6DFF;
}
.BgClassName
{
background-color: #BE6DFF;
}
</style>
border-color css
<style>
span { border-color: #BE6DFF; }
span { border-color: rgb(190,109,255); }
td.TdClassName
{
border-color: #BE6DFF;
}
.TagClassName
{
border-color: #BE6DFF;
}
</style>