Shades of Medium Red Violet #B32182
Tints of Medium Red Violet #B32182
RGB
CMYK
RGB Variations
Color information
#B32182 (or 0xB32182) is known color: Medium Red Violet. HEX triplet: B3, 21 and 82. RGB value is (179,33,130). Sum of RGB (Red+Green+Blue) = 179+33+130=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B32182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32182 is #4CDE7D. Grayscale: #575757. Windows color (decimal): -5037694 or 8528307. OLE color: 8528307.
HSL color Cylindrical-coordinate representation of color #B32182: hue angle of 320.14º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32182 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 130 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.30 |
| HSL | 320.14º | 0.69% | 0.42% | - |
| HSV(B) | 320.14º | 0.82% | 0.7% | - |
| XYZ | 23.16 | 12.28 | 22.27 | - |
| YUV | 87.71 | 151.87 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 130 | 0 | 0.82 | 0.27 | 0.30 | 320.14 | 0.69 | 0.42 |
| Hex | B3 | 21 | 82 | 0 | 52 | 1B | 1E | 140 | 45 | 2A |
| Octal | 263 | 41 | 202 | 0 | 122 | 33 | 36 | 500 | 105 | 52 |
| Binary | 10110011 | 100001 | 10000010 | 0 | 1010010 | 11011 | 11110 | 101000000 | 1000101 | 101010 |
Color Harmonies of #B32182
Complementary color
Monochromatic Colors of #B32182
Black with #B32182
Text Example
Text Example
White with #B32182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32182; }
p { color: rgb(179,33,130); }
H1.HeaderClassName
{
color: #B32182;
}
.AnyTagClassName
{
color: #B32182;
}
</style>
background-color css
<style>
a { background-color: #B32182; }
a { background-color: rgb(179,33,130); }
div.DivClassName
{
background-color: #B32182;
}
.BgClassName
{
background-color: #B32182;
}
</style>
border-color css
<style>
span { border-color: #B32182; }
span { border-color: rgb(179,33,130); }
td.TdClassName
{
border-color: #B32182;
}
.TagClassName
{
border-color: #B32182;
}
</style>