Shades of Violet Blue #BA63A8
Tints of Violet Blue #BA63A8
RGB
CMYK
RGB Variations
Color information
#BA63A8 (or 0xBA63A8) is known color: Violet Blue. HEX triplet: BA, 63 and A8. RGB value is (186,99,168). Sum of RGB (Red+Green+Blue) = 186+99+168=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA63A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA63A8 is #459C57. Grayscale: #848484. Windows color (decimal): -4562008 or 11035578. OLE color: 11035578.
HSL color Cylindrical-coordinate representation of color #BA63A8: hue angle of 312.41º 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 #BA63A8 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 168 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.27 |
| HSL | 312.41º | 0.39% | 0.56% | - |
| HSV(B) | 312.41º | 0.47% | 0.73% | - |
| XYZ | 31.78 | 22.19 | 39.65 | - |
| YUV | 132.88 | 147.82 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 168 | 0 | 0.47 | 0.10 | 0.27 | 312.41 | 0.39 | 0.56 |
| Hex | BA | 63 | A8 | 0 | 2F | A | 1B | 138 | 27 | 38 |
| Octal | 272 | 143 | 250 | 0 | 57 | 12 | 33 | 470 | 47 | 70 |
| Binary | 10111010 | 1100011 | 10101000 | 0 | 101111 | 1010 | 11011 | 100111000 | 100111 | 111000 |
Color Harmonies of #BA63A8
Complementary color
Monochromatic Colors of #BA63A8
Black with #BA63A8
Text Example
Text Example
White with #BA63A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA63A8; }
p { color: rgb(186,99,168); }
H1.HeaderClassName
{
color: #BA63A8;
}
.AnyTagClassName
{
color: #BA63A8;
}
</style>
background-color css
<style>
a { background-color: #BA63A8; }
a { background-color: rgb(186,99,168); }
div.DivClassName
{
background-color: #BA63A8;
}
.BgClassName
{
background-color: #BA63A8;
}
</style>
border-color css
<style>
span { border-color: #BA63A8; }
span { border-color: rgb(186,99,168); }
td.TdClassName
{
border-color: #BA63A8;
}
.TagClassName
{
border-color: #BA63A8;
}
</style>