Shades of Heliotrope #BE6FFF
Tints of Heliotrope #BE6FFF
RGB
CMYK
RGB Variations
Color information
#BE6FFF (or 0xBE6FFF) is known color: Heliotrope. HEX triplet: BE, 6F and FF. RGB value is (190,111,255). Sum of RGB (Red+Green+Blue) = 190+111+255=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE6FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6FFF is #419000. Grayscale: #969696. Windows color (decimal): -4296705 or 16740286. OLE color: 16740286.
HSL color Cylindrical-coordinate representation of color #BE6FFF: hue angle of 272.92º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE6FFF is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 111 | 255 | - |
| CMYK | 0.25 | 0.56 | 0 | 0 |
| HSL | 272.92º | 1% | 0.72% | - |
| HSV(B) | 272.92º | 0.56% | 1% | - |
| XYZ | 44.97 | 29.54 | 97.94 | - |
| YUV | 151.04 | 186.67 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 255 | 0.25 | 0.56 | 0 | 0 | 272.92 | 1 | 0.72 |
| Hex | BE | 6F | FF | 19 | 38 | 0 | 0 | 111 | 64 | 48 |
| Octal | 276 | 157 | 377 | 31 | 70 | 0 | 0 | 421 | 144 | 110 |
| Binary | 10111110 | 1101111 | 11111111 | 11001 | 111000 | 0 | 0 | 100010001 | 1100100 | 1001000 |
Color Harmonies of #BE6FFF
Complementary color
Monochromatic Colors of #BE6FFF
Black with #BE6FFF
Text Example
Text Example
White with #BE6FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6FFF; }
p { color: rgb(190,111,255); }
H1.HeaderClassName
{
color: #BE6FFF;
}
.AnyTagClassName
{
color: #BE6FFF;
}
</style>
background-color css
<style>
a { background-color: #BE6FFF; }
a { background-color: rgb(190,111,255); }
div.DivClassName
{
background-color: #BE6FFF;
}
.BgClassName
{
background-color: #BE6FFF;
}
</style>
border-color css
<style>
span { border-color: #BE6FFF; }
span { border-color: rgb(190,111,255); }
td.TdClassName
{
border-color: #BE6FFF;
}
.TagClassName
{
border-color: #BE6FFF;
}
</style>