Shades of Medium Red Violet #B42282
Tints of Medium Red Violet #B42282
RGB
CMYK
RGB Variations
Color information
#B42282 (or 0xB42282) is known color: Medium Red Violet. HEX triplet: B4, 22 and 82. RGB value is (180,34,130). Sum of RGB (Red+Green+Blue) = 180+34+130=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B42282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42282 is #4BDD7D. Grayscale: #585858. Windows color (decimal): -4971902 or 8528564. OLE color: 8528564.
HSL color Cylindrical-coordinate representation of color #B42282: hue angle of 320.55º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42282 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 34 | 130 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.29 |
| HSL | 320.55º | 0.68% | 0.42% | - |
| HSV(B) | 320.55º | 0.81% | 0.71% | - |
| XYZ | 23.42 | 12.46 | 22.29 | - |
| YUV | 88.6 | 151.37 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 130 | 0 | 0.81 | 0.28 | 0.29 | 320.55 | 0.68 | 0.42 |
| Hex | B4 | 22 | 82 | 0 | 51 | 1C | 1D | 141 | 44 | 2A |
| Octal | 264 | 42 | 202 | 0 | 121 | 34 | 35 | 501 | 104 | 52 |
| Binary | 10110100 | 100010 | 10000010 | 0 | 1010001 | 11100 | 11101 | 101000001 | 1000100 | 101010 |
Color Harmonies of #B42282
Complementary color
Monochromatic Colors of #B42282
Black with #B42282
Text Example
Text Example
White with #B42282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42282; }
p { color: rgb(180,34,130); }
H1.HeaderClassName
{
color: #B42282;
}
.AnyTagClassName
{
color: #B42282;
}
</style>
background-color css
<style>
a { background-color: #B42282; }
a { background-color: rgb(180,34,130); }
div.DivClassName
{
background-color: #B42282;
}
.BgClassName
{
background-color: #B42282;
}
</style>
border-color css
<style>
span { border-color: #B42282; }
span { border-color: rgb(180,34,130); }
td.TdClassName
{
border-color: #B42282;
}
.TagClassName
{
border-color: #B42282;
}
</style>