Shades of Violet Blue #BA68A8
Tints of Violet Blue #BA68A8
RGB
CMYK
RGB Variations
Color information
#BA68A8 (or 0xBA68A8) is known color: Violet Blue. HEX triplet: BA, 68 and A8. RGB value is (186,104,168). Sum of RGB (Red+Green+Blue) = 186+104+168=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA68A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA68A8 is #459757. Grayscale: #878787. Windows color (decimal): -4560728 or 11036858. OLE color: 11036858.
HSL color Cylindrical-coordinate representation of color #BA68A8: hue angle of 313.17º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA68A8 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 168 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.27 |
| HSL | 313.17º | 0.37% | 0.57% | - |
| HSV(B) | 313.17º | 0.44% | 0.73% | - |
| XYZ | 32.27 | 23.17 | 39.82 | - |
| YUV | 135.81 | 146.17 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 168 | 0 | 0.44 | 0.10 | 0.27 | 313.17 | 0.37 | 0.57 |
| Hex | BA | 68 | A8 | 0 | 2C | A | 1B | 139 | 25 | 39 |
| Octal | 272 | 150 | 250 | 0 | 54 | 12 | 33 | 471 | 45 | 71 |
| Binary | 10111010 | 1101000 | 10101000 | 0 | 101100 | 1010 | 11011 | 100111001 | 100101 | 111001 |
Color Harmonies of #BA68A8
Complementary color
Monochromatic Colors of #BA68A8
Black with #BA68A8
Text Example
Text Example
White with #BA68A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68A8; }
p { color: rgb(186,104,168); }
H1.HeaderClassName
{
color: #BA68A8;
}
.AnyTagClassName
{
color: #BA68A8;
}
</style>
background-color css
<style>
a { background-color: #BA68A8; }
a { background-color: rgb(186,104,168); }
div.DivClassName
{
background-color: #BA68A8;
}
.BgClassName
{
background-color: #BA68A8;
}
</style>
border-color css
<style>
span { border-color: #BA68A8; }
span { border-color: rgb(186,104,168); }
td.TdClassName
{
border-color: #BA68A8;
}
.TagClassName
{
border-color: #BA68A8;
}
</style>