Shades of Medium Red Violet #B42B84
Tints of Medium Red Violet #B42B84
RGB
CMYK
RGB Variations
Color information
#B42B84 (or 0xB42B84) is known color: Medium Red Violet. HEX triplet: B4, 2B and 84. RGB value is (180,43,132). Sum of RGB (Red+Green+Blue) = 180+43+132=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42B84 is #4BD47B. Grayscale: #5D5D5D. Windows color (decimal): -4969596 or 8661940. OLE color: 8661940.
HSL color Cylindrical-coordinate representation of color #B42B84: hue angle of 321.02º 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 #B42B84 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 43 | 132 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.29 |
| HSL | 321.02º | 0.61% | 0.44% | - |
| HSV(B) | 321.02º | 0.76% | 0.71% | - |
| XYZ | 23.85 | 13.1 | 23.1 | - |
| YUV | 94.11 | 149.39 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 43 | 132 | 0 | 0.76 | 0.27 | 0.29 | 321.02 | 0.61 | 0.44 |
| Hex | B4 | 2B | 84 | 0 | 4C | 1B | 1D | 141 | 3D | 2C |
| Octal | 264 | 53 | 204 | 0 | 114 | 33 | 35 | 501 | 75 | 54 |
| Binary | 10110100 | 101011 | 10000100 | 0 | 1001100 | 11011 | 11101 | 101000001 | 111101 | 101100 |
Color Harmonies of #B42B84
Complementary color
Monochromatic Colors of #B42B84
Black with #B42B84
Text Example
Text Example
White with #B42B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42B84; }
p { color: rgb(180,43,132); }
H1.HeaderClassName
{
color: #B42B84;
}
.AnyTagClassName
{
color: #B42B84;
}
</style>
background-color css
<style>
a { background-color: #B42B84; }
a { background-color: rgb(180,43,132); }
div.DivClassName
{
background-color: #B42B84;
}
.BgClassName
{
background-color: #B42B84;
}
</style>
border-color css
<style>
span { border-color: #B42B84; }
span { border-color: rgb(180,43,132); }
td.TdClassName
{
border-color: #B42B84;
}
.TagClassName
{
border-color: #B42B84;
}
</style>