Shades of Violet Blue #BA5DA4
Tints of Violet Blue #BA5DA4
RGB
CMYK
RGB Variations
Color information
#BA5DA4 (or 0xBA5DA4) is known color: Violet Blue. HEX triplet: BA, 5D and A4. RGB value is (186,93,164). Sum of RGB (Red+Green+Blue) = 186+93+164=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5DA4 is #45A25B. Grayscale: #808080. Windows color (decimal): -4563548 or 10771898. OLE color: 10771898.
HSL color Cylindrical-coordinate representation of color #BA5DA4: hue angle of 314.19º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA5DA4 is Cyan = 0, Magento = 0.5, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 164 | - |
| CMYK | 0 | 0.5 | 0.12 | 0.27 |
| HSL | 314.19º | 0.4% | 0.55% | - |
| HSV(B) | 314.19º | 0.5% | 0.73% | - |
| XYZ | 30.86 | 20.95 | 37.54 | - |
| YUV | 128.9 | 147.81 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 164 | 0 | 0.5 | 0.12 | 0.27 | 314.19 | 0.4 | 0.55 |
| Hex | BA | 5D | A4 | 0 | 32 | C | 1B | 13A | 28 | 37 |
| Octal | 272 | 135 | 244 | 0 | 62 | 14 | 33 | 472 | 50 | 67 |
| Binary | 10111010 | 1011101 | 10100100 | 0 | 110010 | 1100 | 11011 | 100111010 | 101000 | 110111 |
Color Harmonies of #BA5DA4
Complementary color
Monochromatic Colors of #BA5DA4
Black with #BA5DA4
Text Example
Text Example
White with #BA5DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DA4; }
p { color: rgb(186,93,164); }
H1.HeaderClassName
{
color: #BA5DA4;
}
.AnyTagClassName
{
color: #BA5DA4;
}
</style>
background-color css
<style>
a { background-color: #BA5DA4; }
a { background-color: rgb(186,93,164); }
div.DivClassName
{
background-color: #BA5DA4;
}
.BgClassName
{
background-color: #BA5DA4;
}
</style>
border-color css
<style>
span { border-color: #BA5DA4; }
span { border-color: rgb(186,93,164); }
td.TdClassName
{
border-color: #BA5DA4;
}
.TagClassName
{
border-color: #BA5DA4;
}
</style>