Shades of Heliotrope #BE6EF2
Tints of Heliotrope #BE6EF2
RGB
CMYK
RGB Variations
Color information
#BE6EF2 (or 0xBE6EF2) is known color: Heliotrope. HEX triplet: BE, 6E and F2. RGB value is (190,110,242). Sum of RGB (Red+Green+Blue) = 190+110+242=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 110 (43.36% from 255 or 20.30% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE6EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6EF2 is #41910D. Grayscale: #949494. Windows color (decimal): -4296974 or 15888062. OLE color: 15888062.
HSL color Cylindrical-coordinate representation of color #BE6EF2: hue angle of 276.36º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE6EF2 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 110 | 242 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.05 |
| HSL | 276.36º | 0.84% | 0.69% | - |
| HSV(B) | 276.36º | 0.55% | 0.95% | - |
| XYZ | 42.84 | 28.51 | 87.25 | - |
| YUV | 148.97 | 180.5 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 242 | 0.21 | 0.55 | 0 | 0.05 | 276.36 | 0.84 | 0.69 |
| Hex | BE | 6E | F2 | 15 | 37 | 0 | 5 | 114 | 54 | 45 |
| Octal | 276 | 156 | 362 | 25 | 67 | 0 | 5 | 424 | 124 | 105 |
| Binary | 10111110 | 1101110 | 11110010 | 10101 | 110111 | 0 | 101 | 100010100 | 1010100 | 1000101 |
Color Harmonies of #BE6EF2
Complementary color
Monochromatic Colors of #BE6EF2
Black with #BE6EF2
Text Example
Text Example
White with #BE6EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6EF2; }
p { color: rgb(190,110,242); }
H1.HeaderClassName
{
color: #BE6EF2;
}
.AnyTagClassName
{
color: #BE6EF2;
}
</style>
background-color css
<style>
a { background-color: #BE6EF2; }
a { background-color: rgb(190,110,242); }
div.DivClassName
{
background-color: #BE6EF2;
}
.BgClassName
{
background-color: #BE6EF2;
}
</style>
border-color css
<style>
span { border-color: #BE6EF2; }
span { border-color: rgb(190,110,242); }
td.TdClassName
{
border-color: #BE6EF2;
}
.TagClassName
{
border-color: #BE6EF2;
}
</style>