Shades of Violet Blue #BA62A7
Tints of Violet Blue #BA62A7
RGB
CMYK
RGB Variations
Color information
#BA62A7 (or 0xBA62A7) is known color: Violet Blue. HEX triplet: BA, 62 and A7. RGB value is (186,98,167). Sum of RGB (Red+Green+Blue) = 186+98+167=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA62A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA62A7 is #459D58. Grayscale: #838383. Windows color (decimal): -4562265 or 10969786. OLE color: 10969786.
HSL color Cylindrical-coordinate representation of color #BA62A7: hue angle of 312.95º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA62A7 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 167 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.27 |
| HSL | 312.95º | 0.39% | 0.56% | - |
| HSV(B) | 312.95º | 0.47% | 0.73% | - |
| XYZ | 31.59 | 21.96 | 39.13 | - |
| YUV | 132.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 167 | 0 | 0.47 | 0.10 | 0.27 | 312.95 | 0.39 | 0.56 |
| Hex | BA | 62 | A7 | 0 | 2F | A | 1B | 139 | 27 | 38 |
| Octal | 272 | 142 | 247 | 0 | 57 | 12 | 33 | 471 | 47 | 70 |
| Binary | 10111010 | 1100010 | 10100111 | 0 | 101111 | 1010 | 11011 | 100111001 | 100111 | 111000 |
Color Harmonies of #BA62A7
Complementary color
Monochromatic Colors of #BA62A7
Black with #BA62A7
Text Example
Text Example
White with #BA62A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62A7; }
p { color: rgb(186,98,167); }
H1.HeaderClassName
{
color: #BA62A7;
}
.AnyTagClassName
{
color: #BA62A7;
}
</style>
background-color css
<style>
a { background-color: #BA62A7; }
a { background-color: rgb(186,98,167); }
div.DivClassName
{
background-color: #BA62A7;
}
.BgClassName
{
background-color: #BA62A7;
}
</style>
border-color css
<style>
span { border-color: #BA62A7; }
span { border-color: rgb(186,98,167); }
td.TdClassName
{
border-color: #BA62A7;
}
.TagClassName
{
border-color: #BA62A7;
}
</style>