Shades of Medium Red Violet #B32188
Tints of Medium Red Violet #B32188
RGB
CMYK
RGB Variations
Color information
#B32188 (or 0xB32188) is known color: Medium Red Violet. HEX triplet: B3, 21 and 88. RGB value is (179,33,136). Sum of RGB (Red+Green+Blue) = 179+33+136=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B32188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32188 is #4CDE77. Grayscale: #585858. Windows color (decimal): -5037688 or 8921523. OLE color: 8921523.
HSL color Cylindrical-coordinate representation of color #B32188: hue angle of 317.67º 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 #B32188 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 136 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.30 |
| HSL | 317.67º | 0.69% | 0.42% | - |
| HSV(B) | 317.67º | 0.82% | 0.7% | - |
| XYZ | 23.58 | 12.45 | 24.45 | - |
| YUV | 88.4 | 154.87 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 136 | 0 | 0.82 | 0.24 | 0.30 | 317.67 | 0.69 | 0.42 |
| Hex | B3 | 21 | 88 | 0 | 52 | 18 | 1E | 13E | 45 | 2A |
| Octal | 263 | 41 | 210 | 0 | 122 | 30 | 36 | 476 | 105 | 52 |
| Binary | 10110011 | 100001 | 10001000 | 0 | 1010010 | 11000 | 11110 | 100111110 | 1000101 | 101010 |
Color Harmonies of #B32188
Complementary color
Monochromatic Colors of #B32188
Black with #B32188
Text Example
Text Example
White with #B32188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32188; }
p { color: rgb(179,33,136); }
H1.HeaderClassName
{
color: #B32188;
}
.AnyTagClassName
{
color: #B32188;
}
</style>
background-color css
<style>
a { background-color: #B32188; }
a { background-color: rgb(179,33,136); }
div.DivClassName
{
background-color: #B32188;
}
.BgClassName
{
background-color: #B32188;
}
</style>
border-color css
<style>
span { border-color: #B32188; }
span { border-color: rgb(179,33,136); }
td.TdClassName
{
border-color: #B32188;
}
.TagClassName
{
border-color: #B32188;
}
</style>