Shades of Heliotrope #BA6DF5
Tints of Heliotrope #BA6DF5
RGB
CMYK
RGB Variations
Color information
#BA6DF5 (or 0xBA6DF5) is known color: Heliotrope. HEX triplet: BA, 6D and F5. RGB value is (186,109,245). Sum of RGB (Red+Green+Blue) = 186+109+245=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 245 (96.09% from 255 or 45.37% from 540); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA6DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6DF5 is #45920A. Grayscale: #939393. Windows color (decimal): -4559371 or 16084410. OLE color: 16084410.
HSL color Cylindrical-coordinate representation of color #BA6DF5: hue angle of 273.97º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA6DF5 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 109 | 245 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.04 |
| HSL | 273.97º | 0.87% | 0.69% | - |
| HSV(B) | 273.97º | 0.56% | 0.96% | - |
| XYZ | 42.2 | 27.97 | 89.56 | - |
| YUV | 147.53 | 183.01 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 245 | 0.24 | 0.56 | 0 | 0.04 | 273.97 | 0.87 | 0.69 |
| Hex | BA | 6D | F5 | 18 | 38 | 0 | 4 | 112 | 57 | 45 |
| Octal | 272 | 155 | 365 | 30 | 70 | 0 | 4 | 422 | 127 | 105 |
| Binary | 10111010 | 1101101 | 11110101 | 11000 | 111000 | 0 | 100 | 100010010 | 1010111 | 1000101 |
Color Harmonies of #BA6DF5
Complementary color
Monochromatic Colors of #BA6DF5
Black with #BA6DF5
Text Example
Text Example
White with #BA6DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DF5; }
p { color: rgb(186,109,245); }
H1.HeaderClassName
{
color: #BA6DF5;
}
.AnyTagClassName
{
color: #BA6DF5;
}
</style>
background-color css
<style>
a { background-color: #BA6DF5; }
a { background-color: rgb(186,109,245); }
div.DivClassName
{
background-color: #BA6DF5;
}
.BgClassName
{
background-color: #BA6DF5;
}
</style>
border-color css
<style>
span { border-color: #BA6DF5; }
span { border-color: rgb(186,109,245); }
td.TdClassName
{
border-color: #BA6DF5;
}
.TagClassName
{
border-color: #BA6DF5;
}
</style>