Shades of Heliotrope #BE68FF
Tints of Heliotrope #BE68FF
RGB
CMYK
RGB Variations
Color information
#BE68FF (or 0xBE68FF) is known color: Heliotrope. HEX triplet: BE, 68 and FF. RGB value is (190,104,255). Sum of RGB (Red+Green+Blue) = 190+104+255=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 104 (41.02% from 255 or 18.94% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE68FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE68FF is #419700. Grayscale: #929292. Windows color (decimal): -4298497 or 16738494. OLE color: 16738494.
HSL color Cylindrical-coordinate representation of color #BE68FF: hue angle of 274.17º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE68FF is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 104 | 255 | - |
| CMYK | 0.25 | 0.59 | 0 | 0 |
| HSL | 274.17º | 1% | 0.7% | - |
| HSV(B) | 274.17º | 0.59% | 1% | - |
| XYZ | 44.24 | 28.07 | 97.69 | - |
| YUV | 146.93 | 188.99 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 255 | 0.25 | 0.59 | 0 | 0 | 274.17 | 1 | 0.7 |
| Hex | BE | 68 | FF | 19 | 3B | 0 | 0 | 112 | 64 | 46 |
| Octal | 276 | 150 | 377 | 31 | 73 | 0 | 0 | 422 | 144 | 106 |
| Binary | 10111110 | 1101000 | 11111111 | 11001 | 111011 | 0 | 0 | 100010010 | 1100100 | 1000110 |
Color Harmonies of #BE68FF
Complementary color
Monochromatic Colors of #BE68FF
Black with #BE68FF
Text Example
Text Example
White with #BE68FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68FF; }
p { color: rgb(190,104,255); }
H1.HeaderClassName
{
color: #BE68FF;
}
.AnyTagClassName
{
color: #BE68FF;
}
</style>
background-color css
<style>
a { background-color: #BE68FF; }
a { background-color: rgb(190,104,255); }
div.DivClassName
{
background-color: #BE68FF;
}
.BgClassName
{
background-color: #BE68FF;
}
</style>
border-color css
<style>
span { border-color: #BE68FF; }
span { border-color: rgb(190,104,255); }
td.TdClassName
{
border-color: #BE68FF;
}
.TagClassName
{
border-color: #BE68FF;
}
</style>