Shades of Heliotrope #BA63FA
Tints of Heliotrope #BA63FA
RGB
CMYK
RGB Variations
Color information
#BA63FA (or 0xBA63FA) is known color: Heliotrope. HEX triplet: BA, 63 and FA. RGB value is (186,99,250). Sum of RGB (Red+Green+Blue) = 186+99+250=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 99 (39.06% from 255 or 18.50% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA63FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA63FA is #459C05. Grayscale: #8D8D8D. Windows color (decimal): -4561926 or 16409530. OLE color: 16409530.
HSL color Cylindrical-coordinate representation of color #BA63FA: hue angle of 274.57º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA63FA is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 99 | 250 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.02 |
| HSL | 274.57º | 0.94% | 0.68% | - |
| HSV(B) | 274.57º | 0.6% | 0.98% | - |
| XYZ | 41.97 | 26.26 | 93.3 | - |
| YUV | 142.23 | 188.82 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 250 | 0.26 | 0.60 | 0 | 0.02 | 274.57 | 0.94 | 0.68 |
| Hex | BA | 63 | FA | 1A | 3C | 0 | 2 | 113 | 5E | 44 |
| Octal | 272 | 143 | 372 | 32 | 74 | 0 | 2 | 423 | 136 | 104 |
| Binary | 10111010 | 1100011 | 11111010 | 11010 | 111100 | 0 | 10 | 100010011 | 1011110 | 1000100 |
Color Harmonies of #BA63FA
Complementary color
Monochromatic Colors of #BA63FA
Black with #BA63FA
Text Example
Text Example
White with #BA63FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA63FA; }
p { color: rgb(186,99,250); }
H1.HeaderClassName
{
color: #BA63FA;
}
.AnyTagClassName
{
color: #BA63FA;
}
</style>
background-color css
<style>
a { background-color: #BA63FA; }
a { background-color: rgb(186,99,250); }
div.DivClassName
{
background-color: #BA63FA;
}
.BgClassName
{
background-color: #BA63FA;
}
</style>
border-color css
<style>
span { border-color: #BA63FA; }
span { border-color: rgb(186,99,250); }
td.TdClassName
{
border-color: #BA63FA;
}
.TagClassName
{
border-color: #BA63FA;
}
</style>