Shades of Violet Blue #BA5DA2
Tints of Violet Blue #BA5DA2
RGB
CMYK
RGB Variations
Color information
#BA5DA2 (or 0xBA5DA2) is known color: Violet Blue. HEX triplet: BA, 5D and A2. RGB value is (186,93,162). Sum of RGB (Red+Green+Blue) = 186+93+162=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5DA2 is #45A25D. Grayscale: #808080. Windows color (decimal): -4563550 or 10640826. OLE color: 10640826.
HSL color Cylindrical-coordinate representation of color #BA5DA2: hue angle of 315.48º 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 #BA5DA2 is Cyan = 0, Magento = 0.5, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 162 | - |
| CMYK | 0 | 0.5 | 0.13 | 0.27 |
| HSL | 315.48º | 0.4% | 0.55% | - |
| HSV(B) | 315.48º | 0.5% | 0.73% | - |
| XYZ | 30.69 | 20.88 | 36.59 | - |
| YUV | 128.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 162 | 0 | 0.5 | 0.13 | 0.27 | 315.48 | 0.4 | 0.55 |
| Hex | BA | 5D | A2 | 0 | 32 | D | 1B | 13B | 28 | 37 |
| Octal | 272 | 135 | 242 | 0 | 62 | 15 | 33 | 473 | 50 | 67 |
| Binary | 10111010 | 1011101 | 10100010 | 0 | 110010 | 1101 | 11011 | 100111011 | 101000 | 110111 |
Color Harmonies of #BA5DA2
Complementary color
Monochromatic Colors of #BA5DA2
Black with #BA5DA2
Text Example
Text Example
White with #BA5DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DA2; }
p { color: rgb(186,93,162); }
H1.HeaderClassName
{
color: #BA5DA2;
}
.AnyTagClassName
{
color: #BA5DA2;
}
</style>
background-color css
<style>
a { background-color: #BA5DA2; }
a { background-color: rgb(186,93,162); }
div.DivClassName
{
background-color: #BA5DA2;
}
.BgClassName
{
background-color: #BA5DA2;
}
</style>
border-color css
<style>
span { border-color: #BA5DA2; }
span { border-color: rgb(186,93,162); }
td.TdClassName
{
border-color: #BA5DA2;
}
.TagClassName
{
border-color: #BA5DA2;
}
</style>