Shades of Heliotrope #BE74ED
Tints of Heliotrope #BE74ED
RGB
CMYK
RGB Variations
Color information
#BE74ED (or 0xBE74ED) is known color: Heliotrope. HEX triplet: BE, 74 and ED. RGB value is (190,116,237). Sum of RGB (Red+Green+Blue) = 190+116+237=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE74ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE74ED is #418B12. Grayscale: #979797. Windows color (decimal): -4295443 or 15561918. OLE color: 15561918.
HSL color Cylindrical-coordinate representation of color #BE74ED: hue angle of 276.69º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE74ED is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 116 | 237 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.07 |
| HSL | 276.69º | 0.77% | 0.69% | - |
| HSV(B) | 276.69º | 0.51% | 0.93% | - |
| XYZ | 42.77 | 29.55 | 83.57 | - |
| YUV | 151.92 | 176.02 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 116 | 237 | 0.20 | 0.51 | 0 | 0.07 | 276.69 | 0.77 | 0.69 |
| Hex | BE | 74 | ED | 14 | 33 | 0 | 7 | 115 | 4D | 45 |
| Octal | 276 | 164 | 355 | 24 | 63 | 0 | 7 | 425 | 115 | 105 |
| Binary | 10111110 | 1110100 | 11101101 | 10100 | 110011 | 0 | 111 | 100010101 | 1001101 | 1000101 |
Color Harmonies of #BE74ED
Complementary color
Monochromatic Colors of #BE74ED
Black with #BE74ED
Text Example
Text Example
White with #BE74ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE74ED; }
p { color: rgb(190,116,237); }
H1.HeaderClassName
{
color: #BE74ED;
}
.AnyTagClassName
{
color: #BE74ED;
}
</style>
background-color css
<style>
a { background-color: #BE74ED; }
a { background-color: rgb(190,116,237); }
div.DivClassName
{
background-color: #BE74ED;
}
.BgClassName
{
background-color: #BE74ED;
}
</style>
border-color css
<style>
span { border-color: #BE74ED; }
span { border-color: rgb(190,116,237); }
td.TdClassName
{
border-color: #BE74ED;
}
.TagClassName
{
border-color: #BE74ED;
}
</style>