Shades of Heliotrope #BA62FA
Tints of Heliotrope #BA62FA
RGB
CMYK
RGB Variations
Color information
#BA62FA (or 0xBA62FA) is known color: Heliotrope. HEX triplet: BA, 62 and FA. RGB value is (186,98,250). Sum of RGB (Red+Green+Blue) = 186+98+250=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 98 (38.67% from 255 or 18.35% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA62FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA62FA is #459D05. Grayscale: #8D8D8D. Windows color (decimal): -4562182 or 16409274. OLE color: 16409274.
HSL color Cylindrical-coordinate representation of color #BA62FA: hue angle of 274.74º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA62FA is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 98 | 250 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.02 |
| HSL | 274.74º | 0.94% | 0.68% | - |
| HSV(B) | 274.74º | 0.61% | 0.98% | - |
| XYZ | 41.87 | 26.08 | 93.27 | - |
| YUV | 141.64 | 189.15 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 250 | 0.26 | 0.61 | 0 | 0.02 | 274.74 | 0.94 | 0.68 |
| Hex | BA | 62 | FA | 1A | 3D | 0 | 2 | 113 | 5E | 44 |
| Octal | 272 | 142 | 372 | 32 | 75 | 0 | 2 | 423 | 136 | 104 |
| Binary | 10111010 | 1100010 | 11111010 | 11010 | 111101 | 0 | 10 | 100010011 | 1011110 | 1000100 |
Color Harmonies of #BA62FA
Complementary color
Monochromatic Colors of #BA62FA
Black with #BA62FA
Text Example
Text Example
White with #BA62FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62FA; }
p { color: rgb(186,98,250); }
H1.HeaderClassName
{
color: #BA62FA;
}
.AnyTagClassName
{
color: #BA62FA;
}
</style>
background-color css
<style>
a { background-color: #BA62FA; }
a { background-color: rgb(186,98,250); }
div.DivClassName
{
background-color: #BA62FA;
}
.BgClassName
{
background-color: #BA62FA;
}
</style>
border-color css
<style>
span { border-color: #BA62FA; }
span { border-color: rgb(186,98,250); }
td.TdClassName
{
border-color: #BA62FA;
}
.TagClassName
{
border-color: #BA62FA;
}
</style>