Shades of Heliotrope #BA62F9
Tints of Heliotrope #BA62F9
RGB
CMYK
RGB Variations
Color information
#BA62F9 (or 0xBA62F9) is known color: Heliotrope. HEX triplet: BA, 62 and F9. RGB value is (186,98,249). Sum of RGB (Red+Green+Blue) = 186+98+249=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 98 (38.67% from 255 or 18.39% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA62F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA62F9 is #459D06. Grayscale: #8D8D8D. Windows color (decimal): -4562183 or 16343738. OLE color: 16343738.
HSL color Cylindrical-coordinate representation of color #BA62F9: hue angle of 274.97º degrees, saturation: 0.93, 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 #BA62F9 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 98 | 249 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.02 |
| HSL | 274.97º | 0.93% | 0.68% | - |
| HSV(B) | 274.97º | 0.61% | 0.98% | - |
| XYZ | 41.72 | 26.01 | 92.45 | - |
| YUV | 141.53 | 188.65 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 249 | 0.25 | 0.61 | 0 | 0.02 | 274.97 | 0.93 | 0.68 |
| Hex | BA | 62 | F9 | 19 | 3D | 0 | 2 | 113 | 5D | 44 |
| Octal | 272 | 142 | 371 | 31 | 75 | 0 | 2 | 423 | 135 | 104 |
| Binary | 10111010 | 1100010 | 11111001 | 11001 | 111101 | 0 | 10 | 100010011 | 1011101 | 1000100 |
Color Harmonies of #BA62F9
Complementary color
Monochromatic Colors of #BA62F9
Black with #BA62F9
Text Example
Text Example
White with #BA62F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62F9; }
p { color: rgb(186,98,249); }
H1.HeaderClassName
{
color: #BA62F9;
}
.AnyTagClassName
{
color: #BA62F9;
}
</style>
background-color css
<style>
a { background-color: #BA62F9; }
a { background-color: rgb(186,98,249); }
div.DivClassName
{
background-color: #BA62F9;
}
.BgClassName
{
background-color: #BA62F9;
}
</style>
border-color css
<style>
span { border-color: #BA62F9; }
span { border-color: rgb(186,98,249); }
td.TdClassName
{
border-color: #BA62F9;
}
.TagClassName
{
border-color: #BA62F9;
}
</style>