Shades of Medium Red Violet #B42A99
Tints of Medium Red Violet #B42A99
RGB
CMYK
RGB Variations
Color information
#B42A99 (or 0xB42A99) is known color: Medium Red Violet. HEX triplet: B4, 2A and 99. RGB value is (180,42,153). Sum of RGB (Red+Green+Blue) = 180+42+153=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42A99 is #4BD566. Grayscale: #5F5F5F. Windows color (decimal): -4969831 or 10037940. OLE color: 10037940.
HSL color Cylindrical-coordinate representation of color #B42A99: hue angle of 311.74º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42A99 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 42 | 153 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.29 |
| HSL | 311.74º | 0.62% | 0.44% | - |
| HSV(B) | 311.74º | 0.77% | 0.71% | - |
| XYZ | 25.4 | 13.66 | 31.43 | - |
| YUV | 95.92 | 160.22 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 42 | 153 | 0 | 0.77 | 0.15 | 0.29 | 311.74 | 0.62 | 0.44 |
| Hex | B4 | 2A | 99 | 0 | 4D | F | 1D | 138 | 3E | 2C |
| Octal | 264 | 52 | 231 | 0 | 115 | 17 | 35 | 470 | 76 | 54 |
| Binary | 10110100 | 101010 | 10011001 | 0 | 1001101 | 1111 | 11101 | 100111000 | 111110 | 101100 |
Color Harmonies of #B42A99
Complementary color
Monochromatic Colors of #B42A99
Black with #B42A99
Text Example
Text Example
White with #B42A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42A99; }
p { color: rgb(180,42,153); }
H1.HeaderClassName
{
color: #B42A99;
}
.AnyTagClassName
{
color: #B42A99;
}
</style>
background-color css
<style>
a { background-color: #B42A99; }
a { background-color: rgb(180,42,153); }
div.DivClassName
{
background-color: #B42A99;
}
.BgClassName
{
background-color: #B42A99;
}
</style>
border-color css
<style>
span { border-color: #B42A99; }
span { border-color: rgb(180,42,153); }
td.TdClassName
{
border-color: #B42A99;
}
.TagClassName
{
border-color: #B42A99;
}
</style>