Shades of Heliotrope #BE70FE
Tints of Heliotrope #BE70FE
RGB
CMYK
RGB Variations
Color information
#BE70FE (or 0xBE70FE) is known color: Heliotrope. HEX triplet: BE, 70 and FE. RGB value is (190,112,254). Sum of RGB (Red+Green+Blue) = 190+112+254=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE70FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE70FE is #418F01. Grayscale: #979797. Windows color (decimal): -4296450 or 16675006. OLE color: 16675006.
HSL color Cylindrical-coordinate representation of color #BE70FE: hue angle of 272.96º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE70FE is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 112 | 254 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.00 |
| HSL | 272.96º | 0.99% | 0.72% | - |
| HSV(B) | 272.96º | 0.56% | 1% | - |
| XYZ | 44.92 | 29.69 | 97.13 | - |
| YUV | 151.51 | 185.84 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 254 | 0.25 | 0.56 | 0 | 0.00 | 272.96 | 0.99 | 0.72 |
| Hex | BE | 70 | FE | 19 | 38 | 0 | 0 | 111 | 63 | 48 |
| Octal | 276 | 160 | 376 | 31 | 70 | 0 | 0 | 421 | 143 | 110 |
| Binary | 10111110 | 1110000 | 11111110 | 11001 | 111000 | 0 | 0 | 100010001 | 1100011 | 1001000 |
Color Harmonies of #BE70FE
Complementary color
Monochromatic Colors of #BE70FE
Black with #BE70FE
Text Example
Text Example
White with #BE70FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE70FE; }
p { color: rgb(190,112,254); }
H1.HeaderClassName
{
color: #BE70FE;
}
.AnyTagClassName
{
color: #BE70FE;
}
</style>
background-color css
<style>
a { background-color: #BE70FE; }
a { background-color: rgb(190,112,254); }
div.DivClassName
{
background-color: #BE70FE;
}
.BgClassName
{
background-color: #BE70FE;
}
</style>
border-color css
<style>
span { border-color: #BE70FE; }
span { border-color: rgb(190,112,254); }
td.TdClassName
{
border-color: #BE70FE;
}
.TagClassName
{
border-color: #BE70FE;
}
</style>