Shades of Medium Red Violet #B42C89
Tints of Medium Red Violet #B42C89
RGB
CMYK
RGB Variations
Color information
#B42C89 (or 0xB42C89) is known color: Medium Red Violet. HEX triplet: B4, 2C and 89. RGB value is (180,44,137). Sum of RGB (Red+Green+Blue) = 180+44+137=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42C89 is #4BD376. Grayscale: #5F5F5F. Windows color (decimal): -4969335 or 8989876. OLE color: 8989876.
HSL color Cylindrical-coordinate representation of color #B42C89: hue angle of 318.97º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42C89 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 44 | 137 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.29 |
| HSL | 318.97º | 0.61% | 0.44% | - |
| HSV(B) | 318.97º | 0.76% | 0.71% | - |
| XYZ | 24.24 | 13.31 | 24.96 | - |
| YUV | 95.27 | 151.56 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 137 | 0 | 0.76 | 0.24 | 0.29 | 318.97 | 0.61 | 0.44 |
| Hex | B4 | 2C | 89 | 0 | 4C | 18 | 1D | 13F | 3D | 2C |
| Octal | 264 | 54 | 211 | 0 | 114 | 30 | 35 | 477 | 75 | 54 |
| Binary | 10110100 | 101100 | 10001001 | 0 | 1001100 | 11000 | 11101 | 100111111 | 111101 | 101100 |
Color Harmonies of #B42C89
Complementary color
Monochromatic Colors of #B42C89
Black with #B42C89
Text Example
Text Example
White with #B42C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42C89; }
p { color: rgb(180,44,137); }
H1.HeaderClassName
{
color: #B42C89;
}
.AnyTagClassName
{
color: #B42C89;
}
</style>
background-color css
<style>
a { background-color: #B42C89; }
a { background-color: rgb(180,44,137); }
div.DivClassName
{
background-color: #B42C89;
}
.BgClassName
{
background-color: #B42C89;
}
</style>
border-color css
<style>
span { border-color: #B42C89; }
span { border-color: rgb(180,44,137); }
td.TdClassName
{
border-color: #B42C89;
}
.TagClassName
{
border-color: #B42C89;
}
</style>