Shades of Heliotrope #BE7DFF
Tints of Heliotrope #BE7DFF
RGB
CMYK
RGB Variations
Color information
#BE7DFF (or 0xBE7DFF) is known color: Heliotrope. HEX triplet: BE, 7D and FF. RGB value is (190,125,255). Sum of RGB (Red+Green+Blue) = 190+125+255=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7DFF is #418200. Grayscale: #9E9E9E. Windows color (decimal): -4293121 or 16743870. OLE color: 16743870.
HSL color Cylindrical-coordinate representation of color #BE7DFF: hue angle of 270º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE7DFF is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 125 | 255 | - |
| CMYK | 0.25 | 0.51 | 0 | 0 |
| HSL | 270º | 1% | 0.75% | - |
| HSV(B) | 270º | 0.51% | 1% | - |
| XYZ | 46.62 | 32.83 | 98.49 | - |
| YUV | 159.26 | 182.03 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 255 | 0.25 | 0.51 | 0 | 0 | 270 | 1 | 0.75 |
| Hex | BE | 7D | FF | 19 | 33 | 0 | 0 | 10E | 64 | 4B |
| Octal | 276 | 175 | 377 | 31 | 63 | 0 | 0 | 416 | 144 | 113 |
| Binary | 10111110 | 1111101 | 11111111 | 11001 | 110011 | 0 | 0 | 100001110 | 1100100 | 1001011 |
Color Harmonies of #BE7DFF
Complementary color
Monochromatic Colors of #BE7DFF
Black with #BE7DFF
Text Example
Text Example
White with #BE7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7DFF; }
p { color: rgb(190,125,255); }
H1.HeaderClassName
{
color: #BE7DFF;
}
.AnyTagClassName
{
color: #BE7DFF;
}
</style>
background-color css
<style>
a { background-color: #BE7DFF; }
a { background-color: rgb(190,125,255); }
div.DivClassName
{
background-color: #BE7DFF;
}
.BgClassName
{
background-color: #BE7DFF;
}
</style>
border-color css
<style>
span { border-color: #BE7DFF; }
span { border-color: rgb(190,125,255); }
td.TdClassName
{
border-color: #BE7DFF;
}
.TagClassName
{
border-color: #BE7DFF;
}
</style>