Shades of Medium Red Violet #B32284
Tints of Medium Red Violet #B32284
RGB
CMYK
RGB Variations
Color information
#B32284 (or 0xB32284) is known color: Medium Red Violet. HEX triplet: B3, 22 and 84. RGB value is (179,34,132). Sum of RGB (Red+Green+Blue) = 179+34+132=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B32284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32284 is #4CDD7B. Grayscale: #585858. Windows color (decimal): -5037436 or 8659635. OLE color: 8659635.
HSL color Cylindrical-coordinate representation of color #B32284: hue angle of 319.45º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32284 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 34 | 132 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.30 |
| HSL | 319.45º | 0.68% | 0.42% | - |
| HSV(B) | 319.45º | 0.81% | 0.7% | - |
| XYZ | 23.33 | 12.39 | 22.99 | - |
| YUV | 88.53 | 152.54 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 132 | 0 | 0.81 | 0.26 | 0.30 | 319.45 | 0.68 | 0.42 |
| Hex | B3 | 22 | 84 | 0 | 51 | 1A | 1E | 13F | 44 | 2A |
| Octal | 263 | 42 | 204 | 0 | 121 | 32 | 36 | 477 | 104 | 52 |
| Binary | 10110011 | 100010 | 10000100 | 0 | 1010001 | 11010 | 11110 | 100111111 | 1000100 | 101010 |
Color Harmonies of #B32284
Complementary color
Monochromatic Colors of #B32284
Black with #B32284
Text Example
Text Example
White with #B32284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32284; }
p { color: rgb(179,34,132); }
H1.HeaderClassName
{
color: #B32284;
}
.AnyTagClassName
{
color: #B32284;
}
</style>
background-color css
<style>
a { background-color: #B32284; }
a { background-color: rgb(179,34,132); }
div.DivClassName
{
background-color: #B32284;
}
.BgClassName
{
background-color: #B32284;
}
</style>
border-color css
<style>
span { border-color: #B32284; }
span { border-color: rgb(179,34,132); }
td.TdClassName
{
border-color: #B32284;
}
.TagClassName
{
border-color: #B32284;
}
</style>