Shades of Heliotrope #BA6AF8
Tints of Heliotrope #BA6AF8
RGB
CMYK
RGB Variations
Color information
#BA6AF8 (or 0xBA6AF8) is known color: Heliotrope. HEX triplet: BA, 6A and F8. RGB value is (186,106,248). Sum of RGB (Red+Green+Blue) = 186+106+248=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA6AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6AF8 is #459507. Grayscale: #919191. Windows color (decimal): -4560136 or 16280250. OLE color: 16280250.
HSL color Cylindrical-coordinate representation of color #BA6AF8: hue angle of 273.8º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA6AF8 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 106 | 248 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.03 |
| HSL | 273.8º | 0.91% | 0.69% | - |
| HSV(B) | 273.8º | 0.57% | 0.97% | - |
| XYZ | 42.35 | 27.52 | 91.89 | - |
| YUV | 146.11 | 185.5 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 248 | 0.25 | 0.57 | 0 | 0.03 | 273.8 | 0.91 | 0.69 |
| Hex | BA | 6A | F8 | 19 | 39 | 0 | 3 | 112 | 5B | 45 |
| Octal | 272 | 152 | 370 | 31 | 71 | 0 | 3 | 422 | 133 | 105 |
| Binary | 10111010 | 1101010 | 11111000 | 11001 | 111001 | 0 | 11 | 100010010 | 1011011 | 1000101 |
Color Harmonies of #BA6AF8
Complementary color
Monochromatic Colors of #BA6AF8
Black with #BA6AF8
Text Example
Text Example
White with #BA6AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6AF8; }
p { color: rgb(186,106,248); }
H1.HeaderClassName
{
color: #BA6AF8;
}
.AnyTagClassName
{
color: #BA6AF8;
}
</style>
background-color css
<style>
a { background-color: #BA6AF8; }
a { background-color: rgb(186,106,248); }
div.DivClassName
{
background-color: #BA6AF8;
}
.BgClassName
{
background-color: #BA6AF8;
}
</style>
border-color css
<style>
span { border-color: #BA6AF8; }
span { border-color: rgb(186,106,248); }
td.TdClassName
{
border-color: #BA6AF8;
}
.TagClassName
{
border-color: #BA6AF8;
}
</style>