Shades of Heliotrope #BE7DFE
Tints of Heliotrope #BE7DFE
RGB
CMYK
RGB Variations
Color information
#BE7DFE (or 0xBE7DFE) is known color: Heliotrope. HEX triplet: BE, 7D and FE. RGB value is (190,125,254). Sum of RGB (Red+Green+Blue) = 190+125+254=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE7DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7DFE is #418201. Grayscale: #9E9E9E. Windows color (decimal): -4293122 or 16678334. OLE color: 16678334.
HSL color Cylindrical-coordinate representation of color #BE7DFE: hue angle of 270.23º 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 #BE7DFE is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 125 | 254 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.00 |
| HSL | 270.23º | 0.98% | 0.74% | - |
| HSV(B) | 270.23º | 0.51% | 1% | - |
| XYZ | 46.46 | 32.77 | 97.64 | - |
| YUV | 159.14 | 181.53 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 254 | 0.25 | 0.51 | 0 | 0.00 | 270.23 | 0.98 | 0.74 |
| Hex | BE | 7D | FE | 19 | 33 | 0 | 0 | 10E | 62 | 4A |
| Octal | 276 | 175 | 376 | 31 | 63 | 0 | 0 | 416 | 142 | 112 |
| Binary | 10111110 | 1111101 | 11111110 | 11001 | 110011 | 0 | 0 | 100001110 | 1100010 | 1001010 |
Color Harmonies of #BE7DFE
Complementary color
Monochromatic Colors of #BE7DFE
Black with #BE7DFE
Text Example
Text Example
White with #BE7DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7DFE; }
p { color: rgb(190,125,254); }
H1.HeaderClassName
{
color: #BE7DFE;
}
.AnyTagClassName
{
color: #BE7DFE;
}
</style>
background-color css
<style>
a { background-color: #BE7DFE; }
a { background-color: rgb(190,125,254); }
div.DivClassName
{
background-color: #BE7DFE;
}
.BgClassName
{
background-color: #BE7DFE;
}
</style>
border-color css
<style>
span { border-color: #BE7DFE; }
span { border-color: rgb(190,125,254); }
td.TdClassName
{
border-color: #BE7DFE;
}
.TagClassName
{
border-color: #BE7DFE;
}
</style>