Shades of Medium Red Violet #B42B80
Tints of Medium Red Violet #B42B80
RGB
CMYK
RGB Variations
Color information
#B42B80 (or 0xB42B80) is known color: Medium Red Violet. HEX triplet: B4, 2B and 80. RGB value is (180,43,128). Sum of RGB (Red+Green+Blue) = 180+43+128=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42B80 is #4BD47F. Grayscale: #5D5D5D. Windows color (decimal): -4969600 or 8399796. OLE color: 8399796.
HSL color Cylindrical-coordinate representation of color #B42B80: hue angle of 322.77º 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 #B42B80 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 43 | 128 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.29 |
| HSL | 322.77º | 0.61% | 0.44% | - |
| HSV(B) | 322.77º | 0.76% | 0.71% | - |
| XYZ | 23.58 | 12.99 | 21.69 | - |
| YUV | 93.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 43 | 128 | 0 | 0.76 | 0.29 | 0.29 | 322.77 | 0.61 | 0.44 |
| Hex | B4 | 2B | 80 | 0 | 4C | 1D | 1D | 143 | 3D | 2C |
| Octal | 264 | 53 | 200 | 0 | 114 | 35 | 35 | 503 | 75 | 54 |
| Binary | 10110100 | 101011 | 10000000 | 0 | 1001100 | 11101 | 11101 | 101000011 | 111101 | 101100 |
Color Harmonies of #B42B80
Complementary color
Monochromatic Colors of #B42B80
Black with #B42B80
Text Example
Text Example
White with #B42B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42B80; }
p { color: rgb(180,43,128); }
H1.HeaderClassName
{
color: #B42B80;
}
.AnyTagClassName
{
color: #B42B80;
}
</style>
background-color css
<style>
a { background-color: #B42B80; }
a { background-color: rgb(180,43,128); }
div.DivClassName
{
background-color: #B42B80;
}
.BgClassName
{
background-color: #B42B80;
}
</style>
border-color css
<style>
span { border-color: #B42B80; }
span { border-color: rgb(180,43,128); }
td.TdClassName
{
border-color: #B42B80;
}
.TagClassName
{
border-color: #B42B80;
}
</style>