Shades of Medium Red Violet #B42880
Tints of Medium Red Violet #B42880
RGB
CMYK
RGB Variations
Color information
#B42880 (or 0xB42880) is known color: Medium Red Violet. HEX triplet: B4, 28 and 80. RGB value is (180,40,128). Sum of RGB (Red+Green+Blue) = 180+40+128=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B42880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42880 is #4BD77F. Grayscale: #5B5B5B. Windows color (decimal): -4970368 or 8399028. OLE color: 8399028.
HSL color Cylindrical-coordinate representation of color #B42880: hue angle of 322.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42880 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 128 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.29 |
| HSL | 322.29º | 0.64% | 0.43% | - |
| HSV(B) | 322.29º | 0.78% | 0.71% | - |
| XYZ | 23.48 | 12.78 | 21.65 | - |
| YUV | 91.89 | 148.38 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 128 | 0 | 0.78 | 0.29 | 0.29 | 322.29 | 0.64 | 0.43 |
| Hex | B4 | 28 | 80 | 0 | 4E | 1D | 1D | 142 | 40 | 2B |
| Octal | 264 | 50 | 200 | 0 | 116 | 35 | 35 | 502 | 100 | 53 |
| Binary | 10110100 | 101000 | 10000000 | 0 | 1001110 | 11101 | 11101 | 101000010 | 1000000 | 101011 |
Color Harmonies of #B42880
Complementary color
Monochromatic Colors of #B42880
Black with #B42880
Text Example
Text Example
White with #B42880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42880; }
p { color: rgb(180,40,128); }
H1.HeaderClassName
{
color: #B42880;
}
.AnyTagClassName
{
color: #B42880;
}
</style>
background-color css
<style>
a { background-color: #B42880; }
a { background-color: rgb(180,40,128); }
div.DivClassName
{
background-color: #B42880;
}
.BgClassName
{
background-color: #B42880;
}
</style>
border-color css
<style>
span { border-color: #B42880; }
span { border-color: rgb(180,40,128); }
td.TdClassName
{
border-color: #B42880;
}
.TagClassName
{
border-color: #B42880;
}
</style>