Shades of Heliotrope #BA66FA
Tints of Heliotrope #BA66FA
RGB
CMYK
RGB Variations
Color information
#BA66FA (or 0xBA66FA) is known color: Heliotrope. HEX triplet: BA, 66 and FA. RGB value is (186,102,250). Sum of RGB (Red+Green+Blue) = 186+102+250=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA66FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA66FA is #459905. Grayscale: #8F8F8F. Windows color (decimal): -4561158 or 16410298. OLE color: 16410298.
HSL color Cylindrical-coordinate representation of color #BA66FA: hue angle of 274.05º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA66FA is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 102 | 250 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.02 |
| HSL | 274.05º | 0.94% | 0.69% | - |
| HSV(B) | 274.05º | 0.59% | 0.98% | - |
| XYZ | 42.26 | 26.84 | 93.4 | - |
| YUV | 143.99 | 187.83 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 250 | 0.26 | 0.59 | 0 | 0.02 | 274.05 | 0.94 | 0.69 |
| Hex | BA | 66 | FA | 1A | 3B | 0 | 2 | 112 | 5E | 45 |
| Octal | 272 | 146 | 372 | 32 | 73 | 0 | 2 | 422 | 136 | 105 |
| Binary | 10111010 | 1100110 | 11111010 | 11010 | 111011 | 0 | 10 | 100010010 | 1011110 | 1000101 |
Color Harmonies of #BA66FA
Complementary color
Monochromatic Colors of #BA66FA
Black with #BA66FA
Text Example
Text Example
White with #BA66FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA66FA; }
p { color: rgb(186,102,250); }
H1.HeaderClassName
{
color: #BA66FA;
}
.AnyTagClassName
{
color: #BA66FA;
}
</style>
background-color css
<style>
a { background-color: #BA66FA; }
a { background-color: rgb(186,102,250); }
div.DivClassName
{
background-color: #BA66FA;
}
.BgClassName
{
background-color: #BA66FA;
}
</style>
border-color css
<style>
span { border-color: #BA66FA; }
span { border-color: rgb(186,102,250); }
td.TdClassName
{
border-color: #BA66FA;
}
.TagClassName
{
border-color: #BA66FA;
}
</style>