Shades of Heliotrope #BE7CFE
Tints of Heliotrope #BE7CFE
RGB
CMYK
RGB Variations
Color information
#BE7CFE (or 0xBE7CFE) is known color: Heliotrope. HEX triplet: BE, 7C and FE. RGB value is (190,124,254). Sum of RGB (Red+Green+Blue) = 190+124+254=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE7CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7CFE is #418301. Grayscale: #9E9E9E. Windows color (decimal): -4293378 or 16678078. OLE color: 16678078.
HSL color Cylindrical-coordinate representation of color #BE7CFE: hue angle of 270.46º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE7CFE is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 124 | 254 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.00 |
| HSL | 270.46º | 0.98% | 0.74% | - |
| HSV(B) | 270.46º | 0.51% | 1% | - |
| XYZ | 46.33 | 32.52 | 97.6 | - |
| YUV | 158.55 | 181.87 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 124 | 254 | 0.25 | 0.51 | 0 | 0.00 | 270.46 | 0.98 | 0.74 |
| Hex | BE | 7C | FE | 19 | 33 | 0 | 0 | 10E | 62 | 4A |
| Octal | 276 | 174 | 376 | 31 | 63 | 0 | 0 | 416 | 142 | 112 |
| Binary | 10111110 | 1111100 | 11111110 | 11001 | 110011 | 0 | 0 | 100001110 | 1100010 | 1001010 |
Color Harmonies of #BE7CFE
Complementary color
Monochromatic Colors of #BE7CFE
Black with #BE7CFE
Text Example
Text Example
White with #BE7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7CFE; }
p { color: rgb(190,124,254); }
H1.HeaderClassName
{
color: #BE7CFE;
}
.AnyTagClassName
{
color: #BE7CFE;
}
</style>
background-color css
<style>
a { background-color: #BE7CFE; }
a { background-color: rgb(190,124,254); }
div.DivClassName
{
background-color: #BE7CFE;
}
.BgClassName
{
background-color: #BE7CFE;
}
</style>
border-color css
<style>
span { border-color: #BE7CFE; }
span { border-color: rgb(190,124,254); }
td.TdClassName
{
border-color: #BE7CFE;
}
.TagClassName
{
border-color: #BE7CFE;
}
</style>