Shades of Heliotrope #BA6DF9
Tints of Heliotrope #BA6DF9
RGB
CMYK
RGB Variations
Color information
#BA6DF9 (or 0xBA6DF9) is known color: Heliotrope. HEX triplet: BA, 6D and F9. RGB value is (186,109,249). Sum of RGB (Red+Green+Blue) = 186+109+249=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA6DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6DF9 is #459206. Grayscale: #939393. Windows color (decimal): -4559367 or 16346554. OLE color: 16346554.
HSL color Cylindrical-coordinate representation of color #BA6DF9: hue angle of 273º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA6DF9 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 109 | 249 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.02 |
| HSL | 273º | 0.92% | 0.7% | - |
| HSV(B) | 273º | 0.56% | 0.98% | - |
| XYZ | 42.82 | 28.22 | 92.81 | - |
| YUV | 147.98 | 185.01 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 249 | 0.25 | 0.56 | 0 | 0.02 | 273 | 0.92 | 0.7 |
| Hex | BA | 6D | F9 | 19 | 38 | 0 | 2 | 111 | 5C | 46 |
| Octal | 272 | 155 | 371 | 31 | 70 | 0 | 2 | 421 | 134 | 106 |
| Binary | 10111010 | 1101101 | 11111001 | 11001 | 111000 | 0 | 10 | 100010001 | 1011100 | 1000110 |
Color Harmonies of #BA6DF9
Complementary color
Monochromatic Colors of #BA6DF9
Black with #BA6DF9
Text Example
Text Example
White with #BA6DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DF9; }
p { color: rgb(186,109,249); }
H1.HeaderClassName
{
color: #BA6DF9;
}
.AnyTagClassName
{
color: #BA6DF9;
}
</style>
background-color css
<style>
a { background-color: #BA6DF9; }
a { background-color: rgb(186,109,249); }
div.DivClassName
{
background-color: #BA6DF9;
}
.BgClassName
{
background-color: #BA6DF9;
}
</style>
border-color css
<style>
span { border-color: #BA6DF9; }
span { border-color: rgb(186,109,249); }
td.TdClassName
{
border-color: #BA6DF9;
}
.TagClassName
{
border-color: #BA6DF9;
}
</style>