Shades of Medium Violet Red #BA177B
Tints of Medium Violet Red #BA177B
RGB
CMYK
RGB Variations
Color information
#BA177B (or 0xBA177B) is known color: Medium Violet Red. HEX triplet: BA, 17 and 7B. RGB value is (186,23,123). Sum of RGB (Red+Green+Blue) = 186+23+123=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA177B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA177B is #45E884. Grayscale: #525252. Windows color (decimal): -4581509 or 8067002. OLE color: 8067002.
HSL color Cylindrical-coordinate representation of color #BA177B: hue angle of 323.19º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA177B is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 123 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.27 |
| HSL | 323.19º | 0.78% | 0.41% | - |
| HSV(B) | 323.19º | 0.88% | 0.73% | - |
| XYZ | 24.13 | 12.48 | 19.88 | - |
| YUV | 83.14 | 150.5 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 123 | 0 | 0.88 | 0.34 | 0.27 | 323.19 | 0.78 | 0.41 |
| Hex | BA | 17 | 7B | 0 | 58 | 22 | 1B | 143 | 4E | 29 |
| Octal | 272 | 27 | 173 | 0 | 130 | 42 | 33 | 503 | 116 | 51 |
| Binary | 10111010 | 10111 | 1111011 | 0 | 1011000 | 100010 | 11011 | 101000011 | 1001110 | 101001 |
Color Harmonies of #BA177B
Complementary color
Monochromatic Colors of #BA177B
Black with #BA177B
Text Example
Text Example
White with #BA177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA177B; }
p { color: rgb(186,23,123); }
H1.HeaderClassName
{
color: #BA177B;
}
.AnyTagClassName
{
color: #BA177B;
}
</style>
background-color css
<style>
a { background-color: #BA177B; }
a { background-color: rgb(186,23,123); }
div.DivClassName
{
background-color: #BA177B;
}
.BgClassName
{
background-color: #BA177B;
}
</style>
border-color css
<style>
span { border-color: #BA177B; }
span { border-color: rgb(186,23,123); }
td.TdClassName
{
border-color: #BA177B;
}
.TagClassName
{
border-color: #BA177B;
}
</style>