Shades of Violet Blue #BA67A8
Tints of Violet Blue #BA67A8
RGB
CMYK
RGB Variations
Color information
#BA67A8 (or 0xBA67A8) is known color: Violet Blue. HEX triplet: BA, 67 and A8. RGB value is (186,103,168). Sum of RGB (Red+Green+Blue) = 186+103+168=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA67A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA67A8 is #459857. Grayscale: #878787. Windows color (decimal): -4560984 or 11036602. OLE color: 11036602.
HSL color Cylindrical-coordinate representation of color #BA67A8: hue angle of 313.01º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA67A8 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 168 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.27 |
| HSL | 313.01º | 0.38% | 0.57% | - |
| HSV(B) | 313.01º | 0.45% | 0.73% | - |
| XYZ | 32.17 | 22.97 | 39.78 | - |
| YUV | 135.23 | 146.5 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 168 | 0 | 0.45 | 0.10 | 0.27 | 313.01 | 0.38 | 0.57 |
| Hex | BA | 67 | A8 | 0 | 2D | A | 1B | 139 | 26 | 39 |
| Octal | 272 | 147 | 250 | 0 | 55 | 12 | 33 | 471 | 46 | 71 |
| Binary | 10111010 | 1100111 | 10101000 | 0 | 101101 | 1010 | 11011 | 100111001 | 100110 | 111001 |
Color Harmonies of #BA67A8
Complementary color
Monochromatic Colors of #BA67A8
Black with #BA67A8
Text Example
Text Example
White with #BA67A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67A8; }
p { color: rgb(186,103,168); }
H1.HeaderClassName
{
color: #BA67A8;
}
.AnyTagClassName
{
color: #BA67A8;
}
</style>
background-color css
<style>
a { background-color: #BA67A8; }
a { background-color: rgb(186,103,168); }
div.DivClassName
{
background-color: #BA67A8;
}
.BgClassName
{
background-color: #BA67A8;
}
</style>
border-color css
<style>
span { border-color: #BA67A8; }
span { border-color: rgb(186,103,168); }
td.TdClassName
{
border-color: #BA67A8;
}
.TagClassName
{
border-color: #BA67A8;
}
</style>