Shades of Heliotrope #BE7BFF
Tints of Heliotrope #BE7BFF
RGB
CMYK
RGB Variations
Color information
#BE7BFF (or 0xBE7BFF) is known color: Heliotrope. HEX triplet: BE, 7B and FF. RGB value is (190,123,255). Sum of RGB (Red+Green+Blue) = 190+123+255=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 123 (48.44% from 255 or 21.65% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE7BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7BFF is #418400. Grayscale: #9D9D9D. Windows color (decimal): -4293633 or 16743358. OLE color: 16743358.
HSL color Cylindrical-coordinate representation of color #BE7BFF: hue angle of 270.45º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE7BFF is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 123 | 255 | - |
| CMYK | 0.25 | 0.52 | 0 | 0 |
| HSL | 270.45º | 1% | 0.74% | - |
| HSV(B) | 270.45º | 0.52% | 1% | - |
| XYZ | 46.37 | 32.33 | 98.4 | - |
| YUV | 158.08 | 182.7 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 255 | 0.25 | 0.52 | 0 | 0 | 270.45 | 1 | 0.74 |
| Hex | BE | 7B | FF | 19 | 34 | 0 | 0 | 10E | 64 | 4A |
| Octal | 276 | 173 | 377 | 31 | 64 | 0 | 0 | 416 | 144 | 112 |
| Binary | 10111110 | 1111011 | 11111111 | 11001 | 110100 | 0 | 0 | 100001110 | 1100100 | 1001010 |
Color Harmonies of #BE7BFF
Complementary color
Monochromatic Colors of #BE7BFF
Black with #BE7BFF
Text Example
Text Example
White with #BE7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7BFF; }
p { color: rgb(190,123,255); }
H1.HeaderClassName
{
color: #BE7BFF;
}
.AnyTagClassName
{
color: #BE7BFF;
}
</style>
background-color css
<style>
a { background-color: #BE7BFF; }
a { background-color: rgb(190,123,255); }
div.DivClassName
{
background-color: #BE7BFF;
}
.BgClassName
{
background-color: #BE7BFF;
}
</style>
border-color css
<style>
span { border-color: #BE7BFF; }
span { border-color: rgb(190,123,255); }
td.TdClassName
{
border-color: #BE7BFF;
}
.TagClassName
{
border-color: #BE7BFF;
}
</style>