Shades of Heliotrope #BE71F0
Tints of Heliotrope #BE71F0
RGB
CMYK
RGB Variations
Color information
#BE71F0 (or 0xBE71F0) is known color: Heliotrope. HEX triplet: BE, 71 and F0. RGB value is (190,113,240). Sum of RGB (Red+Green+Blue) = 190+113+240=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE71F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE71F0 is #418E0F. Grayscale: #969696. Windows color (decimal): -4296208 or 15757758. OLE color: 15757758.
HSL color Cylindrical-coordinate representation of color #BE71F0: hue angle of 276.38º 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 #BE71F0 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 113 | 240 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.06 |
| HSL | 276.38º | 0.81% | 0.69% | - |
| HSV(B) | 276.38º | 0.53% | 0.94% | - |
| XYZ | 42.87 | 29.05 | 85.79 | - |
| YUV | 150.5 | 178.51 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 240 | 0.21 | 0.53 | 0 | 0.06 | 276.38 | 0.81 | 0.69 |
| Hex | BE | 71 | F0 | 15 | 35 | 0 | 6 | 114 | 51 | 45 |
| Octal | 276 | 161 | 360 | 25 | 65 | 0 | 6 | 424 | 121 | 105 |
| Binary | 10111110 | 1110001 | 11110000 | 10101 | 110101 | 0 | 110 | 100010100 | 1010001 | 1000101 |
Color Harmonies of #BE71F0
Complementary color
Monochromatic Colors of #BE71F0
Black with #BE71F0
Text Example
Text Example
White with #BE71F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE71F0; }
p { color: rgb(190,113,240); }
H1.HeaderClassName
{
color: #BE71F0;
}
.AnyTagClassName
{
color: #BE71F0;
}
</style>
background-color css
<style>
a { background-color: #BE71F0; }
a { background-color: rgb(190,113,240); }
div.DivClassName
{
background-color: #BE71F0;
}
.BgClassName
{
background-color: #BE71F0;
}
</style>
border-color css
<style>
span { border-color: #BE71F0; }
span { border-color: rgb(190,113,240); }
td.TdClassName
{
border-color: #BE71F0;
}
.TagClassName
{
border-color: #BE71F0;
}
</style>