Shades of Heliotrope #BE6CFF
Tints of Heliotrope #BE6CFF
RGB
CMYK
RGB Variations
Color information
#BE6CFF (or 0xBE6CFF) is known color: Heliotrope. HEX triplet: BE, 6C and FF. RGB value is (190,108,255). Sum of RGB (Red+Green+Blue) = 190+108+255=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 108 (42.58% from 255 or 19.53% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE6CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6CFF is #419300. Grayscale: #949494. Windows color (decimal): -4297473 or 16739518. OLE color: 16739518.
HSL color Cylindrical-coordinate representation of color #BE6CFF: hue angle of 273.47º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE6CFF is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 108 | 255 | - |
| CMYK | 0.25 | 0.58 | 0 | 0 |
| HSL | 273.47º | 1% | 0.71% | - |
| HSV(B) | 273.47º | 0.58% | 1% | - |
| XYZ | 44.65 | 28.89 | 97.83 | - |
| YUV | 149.28 | 187.67 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 108 | 255 | 0.25 | 0.58 | 0 | 0 | 273.47 | 1 | 0.71 |
| Hex | BE | 6C | FF | 19 | 3A | 0 | 0 | 111 | 64 | 47 |
| Octal | 276 | 154 | 377 | 31 | 72 | 0 | 0 | 421 | 144 | 107 |
| Binary | 10111110 | 1101100 | 11111111 | 11001 | 111010 | 0 | 0 | 100010001 | 1100100 | 1000111 |
Color Harmonies of #BE6CFF
Complementary color
Monochromatic Colors of #BE6CFF
Black with #BE6CFF
Text Example
Text Example
White with #BE6CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6CFF; }
p { color: rgb(190,108,255); }
H1.HeaderClassName
{
color: #BE6CFF;
}
.AnyTagClassName
{
color: #BE6CFF;
}
</style>
background-color css
<style>
a { background-color: #BE6CFF; }
a { background-color: rgb(190,108,255); }
div.DivClassName
{
background-color: #BE6CFF;
}
.BgClassName
{
background-color: #BE6CFF;
}
</style>
border-color css
<style>
span { border-color: #BE6CFF; }
span { border-color: rgb(190,108,255); }
td.TdClassName
{
border-color: #BE6CFF;
}
.TagClassName
{
border-color: #BE6CFF;
}
</style>