Shades of Medium Red Violet #B32178
Tints of Medium Red Violet #B32178
RGB
CMYK
RGB Variations
Color information
#B32178 (or 0xB32178) is known color: Medium Red Violet. HEX triplet: B3, 21 and 78. RGB value is (179,33,120). Sum of RGB (Red+Green+Blue) = 179+33+120=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B32178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32178 is #4CDE87. Grayscale: #565656. Windows color (decimal): -5037704 or 7872947. OLE color: 7872947.
HSL color Cylindrical-coordinate representation of color #B32178: hue angle of 324.25º 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 #B32178 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 120 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.30 |
| HSL | 324.25º | 0.69% | 0.42% | - |
| HSV(B) | 324.25º | 0.82% | 0.7% | - |
| XYZ | 22.52 | 12.03 | 18.9 | - |
| YUV | 86.57 | 146.87 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 120 | 0 | 0.82 | 0.33 | 0.30 | 324.25 | 0.69 | 0.42 |
| Hex | B3 | 21 | 78 | 0 | 52 | 21 | 1E | 144 | 45 | 2A |
| Octal | 263 | 41 | 170 | 0 | 122 | 41 | 36 | 504 | 105 | 52 |
| Binary | 10110011 | 100001 | 1111000 | 0 | 1010010 | 100001 | 11110 | 101000100 | 1000101 | 101010 |
Color Harmonies of #B32178
Complementary color
Monochromatic Colors of #B32178
Black with #B32178
Text Example
Text Example
White with #B32178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32178; }
p { color: rgb(179,33,120); }
H1.HeaderClassName
{
color: #B32178;
}
.AnyTagClassName
{
color: #B32178;
}
</style>
background-color css
<style>
a { background-color: #B32178; }
a { background-color: rgb(179,33,120); }
div.DivClassName
{
background-color: #B32178;
}
.BgClassName
{
background-color: #B32178;
}
</style>
border-color css
<style>
span { border-color: #B32178; }
span { border-color: rgb(179,33,120); }
td.TdClassName
{
border-color: #B32178;
}
.TagClassName
{
border-color: #B32178;
}
</style>