Shades of Violet Blue #BA5BA6
Tints of Violet Blue #BA5BA6
RGB
CMYK
RGB Variations
Color information
#BA5BA6 (or 0xBA5BA6) is known color: Violet Blue. HEX triplet: BA, 5B and A6. RGB value is (186,91,166). Sum of RGB (Red+Green+Blue) = 186+91+166=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5BA6 is #45A459. Grayscale: #7F7F7F. Windows color (decimal): -4564058 or 10902458. OLE color: 10902458.
HSL color Cylindrical-coordinate representation of color #BA5BA6: hue angle of 312.63º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5BA6 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 166 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.27 |
| HSL | 312.63º | 0.41% | 0.54% | - |
| HSV(B) | 312.63º | 0.51% | 0.73% | - |
| XYZ | 30.87 | 20.67 | 38.44 | - |
| YUV | 127.96 | 149.47 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 166 | 0 | 0.51 | 0.11 | 0.27 | 312.63 | 0.41 | 0.54 |
| Hex | BA | 5B | A6 | 0 | 33 | B | 1B | 139 | 29 | 36 |
| Octal | 272 | 133 | 246 | 0 | 63 | 13 | 33 | 471 | 51 | 66 |
| Binary | 10111010 | 1011011 | 10100110 | 0 | 110011 | 1011 | 11011 | 100111001 | 101001 | 110110 |
Color Harmonies of #BA5BA6
Complementary color
Monochromatic Colors of #BA5BA6
Black with #BA5BA6
Text Example
Text Example
White with #BA5BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BA6; }
p { color: rgb(186,91,166); }
H1.HeaderClassName
{
color: #BA5BA6;
}
.AnyTagClassName
{
color: #BA5BA6;
}
</style>
background-color css
<style>
a { background-color: #BA5BA6; }
a { background-color: rgb(186,91,166); }
div.DivClassName
{
background-color: #BA5BA6;
}
.BgClassName
{
background-color: #BA5BA6;
}
</style>
border-color css
<style>
span { border-color: #BA5BA6; }
span { border-color: rgb(186,91,166); }
td.TdClassName
{
border-color: #BA5BA6;
}
.TagClassName
{
border-color: #BA5BA6;
}
</style>