Shades of Violet Blue #BA6BAB
Tints of Violet Blue #BA6BAB
RGB
CMYK
RGB Variations
Color information
#BA6BAB (or 0xBA6BAB) is known color: Violet Blue. HEX triplet: BA, 6B and AB. RGB value is (186,107,171). Sum of RGB (Red+Green+Blue) = 186+107+171=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6BAB is #459454. Grayscale: #898989. Windows color (decimal): -4559957 or 11234234. OLE color: 11234234.
HSL color Cylindrical-coordinate representation of color #BA6BAB: hue angle of 311.39º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6BAB is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 171 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.27 |
| HSL | 311.39º | 0.36% | 0.57% | - |
| HSV(B) | 311.39º | 0.42% | 0.73% | - |
| XYZ | 32.86 | 23.89 | 41.41 | - |
| YUV | 137.92 | 146.67 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 171 | 0 | 0.42 | 0.08 | 0.27 | 311.39 | 0.36 | 0.57 |
| Hex | BA | 6B | AB | 0 | 2A | 8 | 1B | 137 | 24 | 39 |
| Octal | 272 | 153 | 253 | 0 | 52 | 10 | 33 | 467 | 44 | 71 |
| Binary | 10111010 | 1101011 | 10101011 | 0 | 101010 | 1000 | 11011 | 100110111 | 100100 | 111001 |
Color Harmonies of #BA6BAB
Complementary color
Monochromatic Colors of #BA6BAB
Black with #BA6BAB
Text Example
Text Example
White with #BA6BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BAB; }
p { color: rgb(186,107,171); }
H1.HeaderClassName
{
color: #BA6BAB;
}
.AnyTagClassName
{
color: #BA6BAB;
}
</style>
background-color css
<style>
a { background-color: #BA6BAB; }
a { background-color: rgb(186,107,171); }
div.DivClassName
{
background-color: #BA6BAB;
}
.BgClassName
{
background-color: #BA6BAB;
}
</style>
border-color css
<style>
span { border-color: #BA6BAB; }
span { border-color: rgb(186,107,171); }
td.TdClassName
{
border-color: #BA6BAB;
}
.TagClassName
{
border-color: #BA6BAB;
}
</style>