Shades of Heliotrope #BE74F2
Tints of Heliotrope #BE74F2
RGB
CMYK
RGB Variations
Color information
#BE74F2 (or 0xBE74F2) is known color: Heliotrope. HEX triplet: BE, 74 and F2. RGB value is (190,116,242). Sum of RGB (Red+Green+Blue) = 190+116+242=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE74F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE74F2 is #418B0D. Grayscale: #989898. Windows color (decimal): -4295438 or 15889598. OLE color: 15889598.
HSL color Cylindrical-coordinate representation of color #BE74F2: hue angle of 275.24º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE74F2 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 116 | 242 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.05 |
| HSL | 275.24º | 0.83% | 0.7% | - |
| HSV(B) | 275.24º | 0.52% | 0.95% | - |
| XYZ | 43.51 | 29.85 | 87.47 | - |
| YUV | 152.49 | 178.52 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 116 | 242 | 0.21 | 0.52 | 0 | 0.05 | 275.24 | 0.83 | 0.7 |
| Hex | BE | 74 | F2 | 15 | 34 | 0 | 5 | 113 | 53 | 46 |
| Octal | 276 | 164 | 362 | 25 | 64 | 0 | 5 | 423 | 123 | 106 |
| Binary | 10111110 | 1110100 | 11110010 | 10101 | 110100 | 0 | 101 | 100010011 | 1010011 | 1000110 |
Color Harmonies of #BE74F2
Complementary color
Monochromatic Colors of #BE74F2
Black with #BE74F2
Text Example
Text Example
White with #BE74F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE74F2; }
p { color: rgb(190,116,242); }
H1.HeaderClassName
{
color: #BE74F2;
}
.AnyTagClassName
{
color: #BE74F2;
}
</style>
background-color css
<style>
a { background-color: #BE74F2; }
a { background-color: rgb(190,116,242); }
div.DivClassName
{
background-color: #BE74F2;
}
.BgClassName
{
background-color: #BE74F2;
}
</style>
border-color css
<style>
span { border-color: #BE74F2; }
span { border-color: rgb(190,116,242); }
td.TdClassName
{
border-color: #BE74F2;
}
.TagClassName
{
border-color: #BE74F2;
}
</style>