Shades of Heliotrope #BE70F7
Tints of Heliotrope #BE70F7
RGB
CMYK
RGB Variations
Color information
#BE70F7 (or 0xBE70F7) is known color: Heliotrope. HEX triplet: BE, 70 and F7. RGB value is (190,112,247). Sum of RGB (Red+Green+Blue) = 190+112+247=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 247 (96.88% from 255 or 44.99% from 549); Max value from RGB is 247 - color contains mainly: blue. Hex color #BE70F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE70F7 is #418F08. Grayscale: #969696. Windows color (decimal): -4296457 or 16216254. OLE color: 16216254.
HSL color Cylindrical-coordinate representation of color #BE70F7: hue angle of 274.67º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE70F7 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 112 | 247 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.03 |
| HSL | 274.67º | 0.89% | 0.7% | - |
| HSV(B) | 274.67º | 0.55% | 0.97% | - |
| XYZ | 43.82 | 29.25 | 91.33 | - |
| YUV | 150.71 | 182.34 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 247 | 0.23 | 0.55 | 0 | 0.03 | 274.67 | 0.89 | 0.7 |
| Hex | BE | 70 | F7 | 17 | 37 | 0 | 3 | 113 | 59 | 46 |
| Octal | 276 | 160 | 367 | 27 | 67 | 0 | 3 | 423 | 131 | 106 |
| Binary | 10111110 | 1110000 | 11110111 | 10111 | 110111 | 0 | 11 | 100010011 | 1011001 | 1000110 |
Color Harmonies of #BE70F7
Complementary color
Monochromatic Colors of #BE70F7
Black with #BE70F7
Text Example
Text Example
White with #BE70F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE70F7; }
p { color: rgb(190,112,247); }
H1.HeaderClassName
{
color: #BE70F7;
}
.AnyTagClassName
{
color: #BE70F7;
}
</style>
background-color css
<style>
a { background-color: #BE70F7; }
a { background-color: rgb(190,112,247); }
div.DivClassName
{
background-color: #BE70F7;
}
.BgClassName
{
background-color: #BE70F7;
}
</style>
border-color css
<style>
span { border-color: #BE70F7; }
span { border-color: rgb(190,112,247); }
td.TdClassName
{
border-color: #BE70F7;
}
.TagClassName
{
border-color: #BE70F7;
}
</style>