Shades of Heliotrope #BE75EC
Tints of Heliotrope #BE75EC
RGB
CMYK
RGB Variations
Color information
#BE75EC (or 0xBE75EC) is known color: Heliotrope. HEX triplet: BE, 75 and EC. RGB value is (190,117,236). Sum of RGB (Red+Green+Blue) = 190+117+236=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE75EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE75EC is #418A13. Grayscale: #979797. Windows color (decimal): -4295188 or 15496638. OLE color: 15496638.
HSL color Cylindrical-coordinate representation of color #BE75EC: hue angle of 276.81º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE75EC is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 117 | 236 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.07 |
| HSL | 276.81º | 0.76% | 0.69% | - |
| HSV(B) | 276.81º | 0.5% | 0.93% | - |
| XYZ | 42.74 | 29.73 | 82.84 | - |
| YUV | 152.39 | 175.18 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 117 | 236 | 0.19 | 0.50 | 0 | 0.07 | 276.81 | 0.76 | 0.69 |
| Hex | BE | 75 | EC | 13 | 32 | 0 | 7 | 115 | 4C | 45 |
| Octal | 276 | 165 | 354 | 23 | 62 | 0 | 7 | 425 | 114 | 105 |
| Binary | 10111110 | 1110101 | 11101100 | 10011 | 110010 | 0 | 111 | 100010101 | 1001100 | 1000101 |
Color Harmonies of #BE75EC
Complementary color
Monochromatic Colors of #BE75EC
Black with #BE75EC
Text Example
Text Example
White with #BE75EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE75EC; }
p { color: rgb(190,117,236); }
H1.HeaderClassName
{
color: #BE75EC;
}
.AnyTagClassName
{
color: #BE75EC;
}
</style>
background-color css
<style>
a { background-color: #BE75EC; }
a { background-color: rgb(190,117,236); }
div.DivClassName
{
background-color: #BE75EC;
}
.BgClassName
{
background-color: #BE75EC;
}
</style>
border-color css
<style>
span { border-color: #BE75EC; }
span { border-color: rgb(190,117,236); }
td.TdClassName
{
border-color: #BE75EC;
}
.TagClassName
{
border-color: #BE75EC;
}
</style>