Shades of Violet Blue #BA61A6
Tints of Violet Blue #BA61A6
RGB
CMYK
RGB Variations
Color information
#BA61A6 (or 0xBA61A6) is known color: Violet Blue. HEX triplet: BA, 61 and A6. RGB value is (186,97,166). Sum of RGB (Red+Green+Blue) = 186+97+166=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA61A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA61A6 is #459E59. Grayscale: #838383. Windows color (decimal): -4562522 or 10903994. OLE color: 10903994.
HSL color Cylindrical-coordinate representation of color #BA61A6: hue angle of 313.48º 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 #BA61A6 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 166 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.27 |
| HSL | 313.48º | 0.39% | 0.55% | - |
| HSV(B) | 313.48º | 0.48% | 0.73% | - |
| XYZ | 31.41 | 21.74 | 38.62 | - |
| YUV | 131.48 | 147.49 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 166 | 0 | 0.48 | 0.11 | 0.27 | 313.48 | 0.39 | 0.55 |
| Hex | BA | 61 | A6 | 0 | 30 | B | 1B | 139 | 27 | 37 |
| Octal | 272 | 141 | 246 | 0 | 60 | 13 | 33 | 471 | 47 | 67 |
| Binary | 10111010 | 1100001 | 10100110 | 0 | 110000 | 1011 | 11011 | 100111001 | 100111 | 110111 |
Color Harmonies of #BA61A6
Complementary color
Monochromatic Colors of #BA61A6
Black with #BA61A6
Text Example
Text Example
White with #BA61A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61A6; }
p { color: rgb(186,97,166); }
H1.HeaderClassName
{
color: #BA61A6;
}
.AnyTagClassName
{
color: #BA61A6;
}
</style>
background-color css
<style>
a { background-color: #BA61A6; }
a { background-color: rgb(186,97,166); }
div.DivClassName
{
background-color: #BA61A6;
}
.BgClassName
{
background-color: #BA61A6;
}
</style>
border-color css
<style>
span { border-color: #BA61A6; }
span { border-color: rgb(186,97,166); }
td.TdClassName
{
border-color: #BA61A6;
}
.TagClassName
{
border-color: #BA61A6;
}
</style>