Shades of Medium Red Violet #B32888
Tints of Medium Red Violet #B32888
RGB
CMYK
RGB Variations
Color information
#B32888 (or 0xB32888) is known color: Medium Red Violet. HEX triplet: B3, 28 and 88. RGB value is (179,40,136). Sum of RGB (Red+Green+Blue) = 179+40+136=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B32888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32888 is #4CD777. Grayscale: #5C5C5C. Windows color (decimal): -5035896 or 8923315. OLE color: 8923315.
HSL color Cylindrical-coordinate representation of color #B32888: hue angle of 318.56º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32888 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 136 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.30 |
| HSL | 318.56º | 0.63% | 0.43% | - |
| HSV(B) | 318.56º | 0.78% | 0.7% | - |
| XYZ | 23.79 | 12.88 | 24.52 | - |
| YUV | 92.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 136 | 0 | 0.78 | 0.24 | 0.30 | 318.56 | 0.63 | 0.43 |
| Hex | B3 | 28 | 88 | 0 | 4E | 18 | 1E | 13F | 3F | 2B |
| Octal | 263 | 50 | 210 | 0 | 116 | 30 | 36 | 477 | 77 | 53 |
| Binary | 10110011 | 101000 | 10001000 | 0 | 1001110 | 11000 | 11110 | 100111111 | 111111 | 101011 |
Color Harmonies of #B32888
Complementary color
Monochromatic Colors of #B32888
Black with #B32888
Text Example
Text Example
White with #B32888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32888; }
p { color: rgb(179,40,136); }
H1.HeaderClassName
{
color: #B32888;
}
.AnyTagClassName
{
color: #B32888;
}
</style>
background-color css
<style>
a { background-color: #B32888; }
a { background-color: rgb(179,40,136); }
div.DivClassName
{
background-color: #B32888;
}
.BgClassName
{
background-color: #B32888;
}
</style>
border-color css
<style>
span { border-color: #B32888; }
span { border-color: rgb(179,40,136); }
td.TdClassName
{
border-color: #B32888;
}
.TagClassName
{
border-color: #B32888;
}
</style>