Shades of Violet Blue #BA5BA3
Tints of Violet Blue #BA5BA3
RGB
CMYK
RGB Variations
Color information
#BA5BA3 (or 0xBA5BA3) is known color: Violet Blue. HEX triplet: BA, 5B and A3. RGB value is (186,91,163). Sum of RGB (Red+Green+Blue) = 186+91+163=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5BA3 is #45A45C. Grayscale: #7F7F7F. Windows color (decimal): -4564061 or 10705850. OLE color: 10705850.
HSL color Cylindrical-coordinate representation of color #BA5BA3: hue angle of 314.53º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5BA3 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 163 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.27 |
| HSL | 314.53º | 0.41% | 0.54% | - |
| HSV(B) | 314.53º | 0.51% | 0.73% | - |
| XYZ | 30.6 | 20.57 | 37.01 | - |
| YUV | 127.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 163 | 0 | 0.51 | 0.12 | 0.27 | 314.53 | 0.41 | 0.54 |
| Hex | BA | 5B | A3 | 0 | 33 | C | 1B | 13B | 29 | 36 |
| Octal | 272 | 133 | 243 | 0 | 63 | 14 | 33 | 473 | 51 | 66 |
| Binary | 10111010 | 1011011 | 10100011 | 0 | 110011 | 1100 | 11011 | 100111011 | 101001 | 110110 |
Color Harmonies of #BA5BA3
Complementary color
Monochromatic Colors of #BA5BA3
Black with #BA5BA3
Text Example
Text Example
White with #BA5BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BA3; }
p { color: rgb(186,91,163); }
H1.HeaderClassName
{
color: #BA5BA3;
}
.AnyTagClassName
{
color: #BA5BA3;
}
</style>
background-color css
<style>
a { background-color: #BA5BA3; }
a { background-color: rgb(186,91,163); }
div.DivClassName
{
background-color: #BA5BA3;
}
.BgClassName
{
background-color: #BA5BA3;
}
</style>
border-color css
<style>
span { border-color: #BA5BA3; }
span { border-color: rgb(186,91,163); }
td.TdClassName
{
border-color: #BA5BA3;
}
.TagClassName
{
border-color: #BA5BA3;
}
</style>