Shades of Heliotrope #BE68FA
Tints of Heliotrope #BE68FA
RGB
CMYK
RGB Variations
Color information
#BE68FA (or 0xBE68FA) is known color: Heliotrope. HEX triplet: BE, 68 and FA. RGB value is (190,104,250). Sum of RGB (Red+Green+Blue) = 190+104+250=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE68FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE68FA is #419705. Grayscale: #919191. Windows color (decimal): -4298502 or 16410814. OLE color: 16410814.
HSL color Cylindrical-coordinate representation of color #BE68FA: hue angle of 275.34º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE68FA is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 104 | 250 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.02 |
| HSL | 275.34º | 0.94% | 0.69% | - |
| HSV(B) | 275.34º | 0.58% | 0.98% | - |
| XYZ | 43.44 | 27.75 | 93.51 | - |
| YUV | 146.36 | 186.49 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 250 | 0.24 | 0.58 | 0 | 0.02 | 275.34 | 0.94 | 0.69 |
| Hex | BE | 68 | FA | 18 | 3A | 0 | 2 | 113 | 5E | 45 |
| Octal | 276 | 150 | 372 | 30 | 72 | 0 | 2 | 423 | 136 | 105 |
| Binary | 10111110 | 1101000 | 11111010 | 11000 | 111010 | 0 | 10 | 100010011 | 1011110 | 1000101 |
Color Harmonies of #BE68FA
Complementary color
Monochromatic Colors of #BE68FA
Black with #BE68FA
Text Example
Text Example
White with #BE68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68FA; }
p { color: rgb(190,104,250); }
H1.HeaderClassName
{
color: #BE68FA;
}
.AnyTagClassName
{
color: #BE68FA;
}
</style>
background-color css
<style>
a { background-color: #BE68FA; }
a { background-color: rgb(190,104,250); }
div.DivClassName
{
background-color: #BE68FA;
}
.BgClassName
{
background-color: #BE68FA;
}
</style>
border-color css
<style>
span { border-color: #BE68FA; }
span { border-color: rgb(190,104,250); }
td.TdClassName
{
border-color: #BE68FA;
}
.TagClassName
{
border-color: #BE68FA;
}
</style>