Shades of Violet Blue #BA61A4
Tints of Violet Blue #BA61A4
RGB
CMYK
RGB Variations
Color information
#BA61A4 (or 0xBA61A4) is known color: Violet Blue. HEX triplet: BA, 61 and A4. RGB value is (186,97,164). Sum of RGB (Red+Green+Blue) = 186+97+164=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA61A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA61A4 is #459E5B. Grayscale: #838383. Windows color (decimal): -4562524 or 10772922. OLE color: 10772922.
HSL color Cylindrical-coordinate representation of color #BA61A4: hue angle of 314.83º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA61A4 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 164 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.27 |
| HSL | 314.83º | 0.39% | 0.55% | - |
| HSV(B) | 314.83º | 0.48% | 0.73% | - |
| XYZ | 31.23 | 21.67 | 37.66 | - |
| YUV | 131.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 164 | 0 | 0.48 | 0.12 | 0.27 | 314.83 | 0.39 | 0.55 |
| Hex | BA | 61 | A4 | 0 | 30 | C | 1B | 13B | 27 | 37 |
| Octal | 272 | 141 | 244 | 0 | 60 | 14 | 33 | 473 | 47 | 67 |
| Binary | 10111010 | 1100001 | 10100100 | 0 | 110000 | 1100 | 11011 | 100111011 | 100111 | 110111 |
Color Harmonies of #BA61A4
Complementary color
Monochromatic Colors of #BA61A4
Black with #BA61A4
Text Example
Text Example
White with #BA61A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61A4; }
p { color: rgb(186,97,164); }
H1.HeaderClassName
{
color: #BA61A4;
}
.AnyTagClassName
{
color: #BA61A4;
}
</style>
background-color css
<style>
a { background-color: #BA61A4; }
a { background-color: rgb(186,97,164); }
div.DivClassName
{
background-color: #BA61A4;
}
.BgClassName
{
background-color: #BA61A4;
}
</style>
border-color css
<style>
span { border-color: #BA61A4; }
span { border-color: rgb(186,97,164); }
td.TdClassName
{
border-color: #BA61A4;
}
.TagClassName
{
border-color: #BA61A4;
}
</style>