Shades of Heliotrope #BE70F0
Tints of Heliotrope #BE70F0
RGB
CMYK
RGB Variations
Color information
#BE70F0 (or 0xBE70F0) is known color: Heliotrope. HEX triplet: BE, 70 and F0. RGB value is (190,112,240). Sum of RGB (Red+Green+Blue) = 190+112+240=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE70F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE70F0 is #418F0F. Grayscale: #959595. Windows color (decimal): -4296464 or 15757502. OLE color: 15757502.
HSL color Cylindrical-coordinate representation of color #BE70F0: hue angle of 276.56º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE70F0 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 112 | 240 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.06 |
| HSL | 276.56º | 0.81% | 0.69% | - |
| HSV(B) | 276.56º | 0.53% | 0.94% | - |
| XYZ | 42.76 | 28.83 | 85.75 | - |
| YUV | 149.91 | 178.84 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 240 | 0.21 | 0.53 | 0 | 0.06 | 276.56 | 0.81 | 0.69 |
| Hex | BE | 70 | F0 | 15 | 35 | 0 | 6 | 115 | 51 | 45 |
| Octal | 276 | 160 | 360 | 25 | 65 | 0 | 6 | 425 | 121 | 105 |
| Binary | 10111110 | 1110000 | 11110000 | 10101 | 110101 | 0 | 110 | 100010101 | 1010001 | 1000101 |
Color Harmonies of #BE70F0
Complementary color
Monochromatic Colors of #BE70F0
Black with #BE70F0
Text Example
Text Example
White with #BE70F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE70F0; }
p { color: rgb(190,112,240); }
H1.HeaderClassName
{
color: #BE70F0;
}
.AnyTagClassName
{
color: #BE70F0;
}
</style>
background-color css
<style>
a { background-color: #BE70F0; }
a { background-color: rgb(190,112,240); }
div.DivClassName
{
background-color: #BE70F0;
}
.BgClassName
{
background-color: #BE70F0;
}
</style>
border-color css
<style>
span { border-color: #BE70F0; }
span { border-color: rgb(190,112,240); }
td.TdClassName
{
border-color: #BE70F0;
}
.TagClassName
{
border-color: #BE70F0;
}
</style>