Shades of Heliotrope #BA6CFF
Tints of Heliotrope #BA6CFF
RGB
CMYK
RGB Variations
Color information
#BA6CFF (or 0xBA6CFF) is known color: Heliotrope. HEX triplet: BA, 6C and FF. RGB value is (186,108,255). Sum of RGB (Red+Green+Blue) = 186+108+255=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA6CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6CFF is #459300. Grayscale: #939393. Windows color (decimal): -4559617 or 16739514. OLE color: 16739514.
HSL color Cylindrical-coordinate representation of color #BA6CFF: hue angle of 271.84º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA6CFF is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 108 | 255 | - |
| CMYK | 0.27 | 0.58 | 0 | 0 |
| HSL | 271.84º | 1% | 0.71% | - |
| HSV(B) | 271.84º | 0.58% | 1% | - |
| XYZ | 43.66 | 28.38 | 97.79 | - |
| YUV | 148.08 | 188.34 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 255 | 0.27 | 0.58 | 0 | 0 | 271.84 | 1 | 0.71 |
| Hex | BA | 6C | FF | 1B | 3A | 0 | 0 | 110 | 64 | 47 |
| Octal | 272 | 154 | 377 | 33 | 72 | 0 | 0 | 420 | 144 | 107 |
| Binary | 10111010 | 1101100 | 11111111 | 11011 | 111010 | 0 | 0 | 100010000 | 1100100 | 1000111 |
Color Harmonies of #BA6CFF
Complementary color
Monochromatic Colors of #BA6CFF
Black with #BA6CFF
Text Example
Text Example
White with #BA6CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CFF; }
p { color: rgb(186,108,255); }
H1.HeaderClassName
{
color: #BA6CFF;
}
.AnyTagClassName
{
color: #BA6CFF;
}
</style>
background-color css
<style>
a { background-color: #BA6CFF; }
a { background-color: rgb(186,108,255); }
div.DivClassName
{
background-color: #BA6CFF;
}
.BgClassName
{
background-color: #BA6CFF;
}
</style>
border-color css
<style>
span { border-color: #BA6CFF; }
span { border-color: rgb(186,108,255); }
td.TdClassName
{
border-color: #BA6CFF;
}
.TagClassName
{
border-color: #BA6CFF;
}
</style>