Shades of Medium Red Violet #B42182
Tints of Medium Red Violet #B42182
RGB
CMYK
RGB Variations
Color information
#B42182 (or 0xB42182) is known color: Medium Red Violet. HEX triplet: B4, 21 and 82. RGB value is (180,33,130). Sum of RGB (Red+Green+Blue) = 180+33+130=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B42182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42182 is #4BDE7D. Grayscale: #575757. Windows color (decimal): -4972158 or 8528308. OLE color: 8528308.
HSL color Cylindrical-coordinate representation of color #B42182: hue angle of 320.41º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42182 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 33 | 130 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.29 |
| HSL | 320.41º | 0.69% | 0.42% | - |
| HSV(B) | 320.41º | 0.82% | 0.71% | - |
| XYZ | 23.4 | 12.4 | 22.28 | - |
| YUV | 88.01 | 151.7 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 33 | 130 | 0 | 0.82 | 0.28 | 0.29 | 320.41 | 0.69 | 0.42 |
| Hex | B4 | 21 | 82 | 0 | 52 | 1C | 1D | 140 | 45 | 2A |
| Octal | 264 | 41 | 202 | 0 | 122 | 34 | 35 | 500 | 105 | 52 |
| Binary | 10110100 | 100001 | 10000010 | 0 | 1010010 | 11100 | 11101 | 101000000 | 1000101 | 101010 |
Color Harmonies of #B42182
Complementary color
Monochromatic Colors of #B42182
Black with #B42182
Text Example
Text Example
White with #B42182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42182; }
p { color: rgb(180,33,130); }
H1.HeaderClassName
{
color: #B42182;
}
.AnyTagClassName
{
color: #B42182;
}
</style>
background-color css
<style>
a { background-color: #B42182; }
a { background-color: rgb(180,33,130); }
div.DivClassName
{
background-color: #B42182;
}
.BgClassName
{
background-color: #B42182;
}
</style>
border-color css
<style>
span { border-color: #B42182; }
span { border-color: rgb(180,33,130); }
td.TdClassName
{
border-color: #B42182;
}
.TagClassName
{
border-color: #B42182;
}
</style>