Shades of Violet Blue #BA63A9
Tints of Violet Blue #BA63A9
RGB
CMYK
RGB Variations
Color information
#BA63A9 (or 0xBA63A9) is known color: Violet Blue. HEX triplet: BA, 63 and A9. RGB value is (186,99,169). Sum of RGB (Red+Green+Blue) = 186+99+169=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA63A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA63A9 is #459C56. Grayscale: #848484. Windows color (decimal): -4562007 or 11101114. OLE color: 11101114.
HSL color Cylindrical-coordinate representation of color #BA63A9: hue angle of 311.72º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA63A9 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 169 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.27 |
| HSL | 311.72º | 0.39% | 0.56% | - |
| HSV(B) | 311.72º | 0.47% | 0.73% | - |
| XYZ | 31.87 | 22.23 | 40.15 | - |
| YUV | 132.99 | 148.32 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 169 | 0 | 0.47 | 0.09 | 0.27 | 311.72 | 0.39 | 0.56 |
| Hex | BA | 63 | A9 | 0 | 2F | 9 | 1B | 138 | 27 | 38 |
| Octal | 272 | 143 | 251 | 0 | 57 | 11 | 33 | 470 | 47 | 70 |
| Binary | 10111010 | 1100011 | 10101001 | 0 | 101111 | 1001 | 11011 | 100111000 | 100111 | 111000 |
Color Harmonies of #BA63A9
Complementary color
Monochromatic Colors of #BA63A9
Black with #BA63A9
Text Example
Text Example
White with #BA63A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA63A9; }
p { color: rgb(186,99,169); }
H1.HeaderClassName
{
color: #BA63A9;
}
.AnyTagClassName
{
color: #BA63A9;
}
</style>
background-color css
<style>
a { background-color: #BA63A9; }
a { background-color: rgb(186,99,169); }
div.DivClassName
{
background-color: #BA63A9;
}
.BgClassName
{
background-color: #BA63A9;
}
</style>
border-color css
<style>
span { border-color: #BA63A9; }
span { border-color: rgb(186,99,169); }
td.TdClassName
{
border-color: #BA63A9;
}
.TagClassName
{
border-color: #BA63A9;
}
</style>