Shades of Medium Red Violet #B32187
Tints of Medium Red Violet #B32187
RGB
CMYK
RGB Variations
Color information
#B32187 (or 0xB32187) is known color: Medium Red Violet. HEX triplet: B3, 21 and 87. RGB value is (179,33,135). Sum of RGB (Red+Green+Blue) = 179+33+135=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B32187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32187 is #4CDE78. Grayscale: #585858. Windows color (decimal): -5037689 or 8855987. OLE color: 8855987.
HSL color Cylindrical-coordinate representation of color #B32187: hue angle of 318.08º 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 #B32187 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 135 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.30 |
| HSL | 318.08º | 0.69% | 0.42% | - |
| HSV(B) | 318.08º | 0.82% | 0.7% | - |
| XYZ | 23.51 | 12.42 | 24.08 | - |
| YUV | 88.28 | 154.37 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 135 | 0 | 0.82 | 0.25 | 0.30 | 318.08 | 0.69 | 0.42 |
| Hex | B3 | 21 | 87 | 0 | 52 | 19 | 1E | 13E | 45 | 2A |
| Octal | 263 | 41 | 207 | 0 | 122 | 31 | 36 | 476 | 105 | 52 |
| Binary | 10110011 | 100001 | 10000111 | 0 | 1010010 | 11001 | 11110 | 100111110 | 1000101 | 101010 |
Color Harmonies of #B32187
Complementary color
Monochromatic Colors of #B32187
Black with #B32187
Text Example
Text Example
White with #B32187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32187; }
p { color: rgb(179,33,135); }
H1.HeaderClassName
{
color: #B32187;
}
.AnyTagClassName
{
color: #B32187;
}
</style>
background-color css
<style>
a { background-color: #B32187; }
a { background-color: rgb(179,33,135); }
div.DivClassName
{
background-color: #B32187;
}
.BgClassName
{
background-color: #B32187;
}
</style>
border-color css
<style>
span { border-color: #B32187; }
span { border-color: rgb(179,33,135); }
td.TdClassName
{
border-color: #B32187;
}
.TagClassName
{
border-color: #B32187;
}
</style>