Shades of Heliotrope #BA6AFE
Tints of Heliotrope #BA6AFE
RGB
CMYK
RGB Variations
Color information
#BA6AFE (or 0xBA6AFE) is known color: Heliotrope. HEX triplet: BA, 6A and FE. RGB value is (186,106,254). Sum of RGB (Red+Green+Blue) = 186+106+254=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA6AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6AFE is #459501. Grayscale: #929292. Windows color (decimal): -4560130 or 16673466. OLE color: 16673466.
HSL color Cylindrical-coordinate representation of color #BA6AFE: hue angle of 272.43º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA6AFE is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 106 | 254 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.00 |
| HSL | 272.43º | 0.99% | 0.71% | - |
| HSV(B) | 272.43º | 0.58% | 1% | - |
| XYZ | 43.29 | 27.9 | 96.87 | - |
| YUV | 146.79 | 188.5 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 254 | 0.27 | 0.58 | 0 | 0.00 | 272.43 | 0.99 | 0.71 |
| Hex | BA | 6A | FE | 1B | 3A | 0 | 0 | 110 | 63 | 47 |
| Octal | 272 | 152 | 376 | 33 | 72 | 0 | 0 | 420 | 143 | 107 |
| Binary | 10111010 | 1101010 | 11111110 | 11011 | 111010 | 0 | 0 | 100010000 | 1100011 | 1000111 |
Color Harmonies of #BA6AFE
Complementary color
Monochromatic Colors of #BA6AFE
Black with #BA6AFE
Text Example
Text Example
White with #BA6AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6AFE; }
p { color: rgb(186,106,254); }
H1.HeaderClassName
{
color: #BA6AFE;
}
.AnyTagClassName
{
color: #BA6AFE;
}
</style>
background-color css
<style>
a { background-color: #BA6AFE; }
a { background-color: rgb(186,106,254); }
div.DivClassName
{
background-color: #BA6AFE;
}
.BgClassName
{
background-color: #BA6AFE;
}
</style>
border-color css
<style>
span { border-color: #BA6AFE; }
span { border-color: rgb(186,106,254); }
td.TdClassName
{
border-color: #BA6AFE;
}
.TagClassName
{
border-color: #BA6AFE;
}
</style>