Shades of Violet Blue #BA62A3
Tints of Violet Blue #BA62A3
RGB
CMYK
RGB Variations
Color information
#BA62A3 (or 0xBA62A3) is known color: Violet Blue. HEX triplet: BA, 62 and A3. RGB value is (186,98,163). Sum of RGB (Red+Green+Blue) = 186+98+163=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA62A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA62A3 is #459D5C. Grayscale: #838383. Windows color (decimal): -4562269 or 10707642. OLE color: 10707642.
HSL color Cylindrical-coordinate representation of color #BA62A3: hue angle of 315.68º 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 #BA62A3 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 163 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.27 |
| HSL | 315.68º | 0.39% | 0.56% | - |
| HSV(B) | 315.68º | 0.47% | 0.73% | - |
| XYZ | 31.23 | 21.82 | 37.22 | - |
| YUV | 131.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 163 | 0 | 0.47 | 0.12 | 0.27 | 315.68 | 0.39 | 0.56 |
| Hex | BA | 62 | A3 | 0 | 2F | C | 1B | 13C | 27 | 38 |
| Octal | 272 | 142 | 243 | 0 | 57 | 14 | 33 | 474 | 47 | 70 |
| Binary | 10111010 | 1100010 | 10100011 | 0 | 101111 | 1100 | 11011 | 100111100 | 100111 | 111000 |
Color Harmonies of #BA62A3
Complementary color
Monochromatic Colors of #BA62A3
Black with #BA62A3
Text Example
Text Example
White with #BA62A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62A3; }
p { color: rgb(186,98,163); }
H1.HeaderClassName
{
color: #BA62A3;
}
.AnyTagClassName
{
color: #BA62A3;
}
</style>
background-color css
<style>
a { background-color: #BA62A3; }
a { background-color: rgb(186,98,163); }
div.DivClassName
{
background-color: #BA62A3;
}
.BgClassName
{
background-color: #BA62A3;
}
</style>
border-color css
<style>
span { border-color: #BA62A3; }
span { border-color: rgb(186,98,163); }
td.TdClassName
{
border-color: #BA62A3;
}
.TagClassName
{
border-color: #BA62A3;
}
</style>