Shades of Heliotrope #BE6FFC
Tints of Heliotrope #BE6FFC
RGB
CMYK
RGB Variations
Color information
#BE6FFC (or 0xBE6FFC) is known color: Heliotrope. HEX triplet: BE, 6F and FC. RGB value is (190,111,252). Sum of RGB (Red+Green+Blue) = 190+111+252=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 111 (43.75% from 255 or 20.07% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE6FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6FFC is #419003. Grayscale: #969696. Windows color (decimal): -4296708 or 16543678. OLE color: 16543678.
HSL color Cylindrical-coordinate representation of color #BE6FFC: hue angle of 273.62º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE6FFC is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 111 | 252 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.01 |
| HSL | 273.62º | 0.96% | 0.71% | - |
| HSV(B) | 273.62º | 0.56% | 0.99% | - |
| XYZ | 44.49 | 29.34 | 95.41 | - |
| YUV | 150.7 | 185.17 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 252 | 0.25 | 0.56 | 0 | 0.01 | 273.62 | 0.96 | 0.71 |
| Hex | BE | 6F | FC | 19 | 38 | 0 | 1 | 112 | 60 | 47 |
| Octal | 276 | 157 | 374 | 31 | 70 | 0 | 1 | 422 | 140 | 107 |
| Binary | 10111110 | 1101111 | 11111100 | 11001 | 111000 | 0 | 1 | 100010010 | 1100000 | 1000111 |
Color Harmonies of #BE6FFC
Complementary color
Monochromatic Colors of #BE6FFC
Black with #BE6FFC
Text Example
Text Example
White with #BE6FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6FFC; }
p { color: rgb(190,111,252); }
H1.HeaderClassName
{
color: #BE6FFC;
}
.AnyTagClassName
{
color: #BE6FFC;
}
</style>
background-color css
<style>
a { background-color: #BE6FFC; }
a { background-color: rgb(190,111,252); }
div.DivClassName
{
background-color: #BE6FFC;
}
.BgClassName
{
background-color: #BE6FFC;
}
</style>
border-color css
<style>
span { border-color: #BE6FFC; }
span { border-color: rgb(190,111,252); }
td.TdClassName
{
border-color: #BE6FFC;
}
.TagClassName
{
border-color: #BE6FFC;
}
</style>