Shades of Heliotrope #BA68FA
Tints of Heliotrope #BA68FA
RGB
CMYK
RGB Variations
Color information
#BA68FA (or 0xBA68FA) is known color: Heliotrope. HEX triplet: BA, 68 and FA. RGB value is (186,104,250). Sum of RGB (Red+Green+Blue) = 186+104+250=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA68FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA68FA is #459705. Grayscale: #909090. Windows color (decimal): -4560646 or 16410810. OLE color: 16410810.
HSL color Cylindrical-coordinate representation of color #BA68FA: hue angle of 273.7º 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 #BA68FA is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 104 | 250 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.02 |
| HSL | 273.7º | 0.94% | 0.69% | - |
| HSV(B) | 273.7º | 0.58% | 0.98% | - |
| XYZ | 42.46 | 27.24 | 93.46 | - |
| YUV | 145.16 | 187.17 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 250 | 0.26 | 0.58 | 0 | 0.02 | 273.7 | 0.94 | 0.69 |
| Hex | BA | 68 | FA | 1A | 3A | 0 | 2 | 112 | 5E | 45 |
| Octal | 272 | 150 | 372 | 32 | 72 | 0 | 2 | 422 | 136 | 105 |
| Binary | 10111010 | 1101000 | 11111010 | 11010 | 111010 | 0 | 10 | 100010010 | 1011110 | 1000101 |
Color Harmonies of #BA68FA
Complementary color
Monochromatic Colors of #BA68FA
Black with #BA68FA
Text Example
Text Example
White with #BA68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68FA; }
p { color: rgb(186,104,250); }
H1.HeaderClassName
{
color: #BA68FA;
}
.AnyTagClassName
{
color: #BA68FA;
}
</style>
background-color css
<style>
a { background-color: #BA68FA; }
a { background-color: rgb(186,104,250); }
div.DivClassName
{
background-color: #BA68FA;
}
.BgClassName
{
background-color: #BA68FA;
}
</style>
border-color css
<style>
span { border-color: #BA68FA; }
span { border-color: rgb(186,104,250); }
td.TdClassName
{
border-color: #BA68FA;
}
.TagClassName
{
border-color: #BA68FA;
}
</style>