Shades of Heliotrope #BE6CFC
Tints of Heliotrope #BE6CFC
RGB
CMYK
RGB Variations
Color information
#BE6CFC (or 0xBE6CFC) is known color: Heliotrope. HEX triplet: BE, 6C and FC. RGB value is (190,108,252). Sum of RGB (Red+Green+Blue) = 190+108+252=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 108 (42.58% from 255 or 19.64% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE6CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6CFC is #419303. Grayscale: #949494. Windows color (decimal): -4297476 or 16542910. OLE color: 16542910.
HSL color Cylindrical-coordinate representation of color #BE6CFC: hue angle of 274.17º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE6CFC is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 108 | 252 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.01 |
| HSL | 274.17º | 0.96% | 0.71% | - |
| HSV(B) | 274.17º | 0.57% | 0.99% | - |
| XYZ | 44.17 | 28.7 | 95.31 | - |
| YUV | 148.93 | 186.17 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 108 | 252 | 0.25 | 0.57 | 0 | 0.01 | 274.17 | 0.96 | 0.71 |
| Hex | BE | 6C | FC | 19 | 39 | 0 | 1 | 112 | 60 | 47 |
| Octal | 276 | 154 | 374 | 31 | 71 | 0 | 1 | 422 | 140 | 107 |
| Binary | 10111110 | 1101100 | 11111100 | 11001 | 111001 | 0 | 1 | 100010010 | 1100000 | 1000111 |
Color Harmonies of #BE6CFC
Complementary color
Monochromatic Colors of #BE6CFC
Black with #BE6CFC
Text Example
Text Example
White with #BE6CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6CFC; }
p { color: rgb(190,108,252); }
H1.HeaderClassName
{
color: #BE6CFC;
}
.AnyTagClassName
{
color: #BE6CFC;
}
</style>
background-color css
<style>
a { background-color: #BE6CFC; }
a { background-color: rgb(190,108,252); }
div.DivClassName
{
background-color: #BE6CFC;
}
.BgClassName
{
background-color: #BE6CFC;
}
</style>
border-color css
<style>
span { border-color: #BE6CFC; }
span { border-color: rgb(190,108,252); }
td.TdClassName
{
border-color: #BE6CFC;
}
.TagClassName
{
border-color: #BE6CFC;
}
</style>