Shades of Violet Blue #BA56A4
Tints of Violet Blue #BA56A4
RGB
CMYK
RGB Variations
Color information
#BA56A4 (or 0xBA56A4) is known color: Violet Blue. HEX triplet: BA, 56 and A4. RGB value is (186,86,164). Sum of RGB (Red+Green+Blue) = 186+86+164=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA56A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA56A4 is #45A95B. Grayscale: #7C7C7C. Windows color (decimal): -4565340 or 10770106. OLE color: 10770106.
HSL color Cylindrical-coordinate representation of color #BA56A4: hue angle of 313.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA56A4 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 164 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.27 |
| HSL | 313.2º | 0.42% | 0.53% | - |
| HSV(B) | 313.2º | 0.54% | 0.73% | - |
| XYZ | 30.28 | 19.78 | 37.34 | - |
| YUV | 124.79 | 150.13 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 164 | 0 | 0.54 | 0.12 | 0.27 | 313.2 | 0.42 | 0.53 |
| Hex | BA | 56 | A4 | 0 | 36 | C | 1B | 139 | 2A | 35 |
| Octal | 272 | 126 | 244 | 0 | 66 | 14 | 33 | 471 | 52 | 65 |
| Binary | 10111010 | 1010110 | 10100100 | 0 | 110110 | 1100 | 11011 | 100111001 | 101010 | 110101 |
Color Harmonies of #BA56A4
Complementary color
Monochromatic Colors of #BA56A4
Black with #BA56A4
Text Example
Text Example
White with #BA56A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA56A4; }
p { color: rgb(186,86,164); }
H1.HeaderClassName
{
color: #BA56A4;
}
.AnyTagClassName
{
color: #BA56A4;
}
</style>
background-color css
<style>
a { background-color: #BA56A4; }
a { background-color: rgb(186,86,164); }
div.DivClassName
{
background-color: #BA56A4;
}
.BgClassName
{
background-color: #BA56A4;
}
</style>
border-color css
<style>
span { border-color: #BA56A4; }
span { border-color: rgb(186,86,164); }
td.TdClassName
{
border-color: #BA56A4;
}
.TagClassName
{
border-color: #BA56A4;
}
</style>