Shades of Medium Red Violet #B32898
Tints of Medium Red Violet #B32898
RGB
CMYK
RGB Variations
Color information
#B32898 (or 0xB32898) is known color: Medium Red Violet. HEX triplet: B3, 28 and 98. RGB value is (179,40,152). Sum of RGB (Red+Green+Blue) = 179+40+152=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B32898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32898 is #4CD767. Grayscale: #5E5E5E. Windows color (decimal): -5035880 or 9971891. OLE color: 9971891.
HSL color Cylindrical-coordinate representation of color #B32898: hue angle of 311.65º 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 #B32898 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 152 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.30 |
| HSL | 311.65º | 0.63% | 0.43% | - |
| HSV(B) | 311.65º | 0.78% | 0.7% | - |
| XYZ | 25.02 | 13.37 | 30.97 | - |
| YUV | 94.33 | 160.55 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 152 | 0 | 0.78 | 0.15 | 0.30 | 311.65 | 0.63 | 0.43 |
| Hex | B3 | 28 | 98 | 0 | 4E | F | 1E | 138 | 3F | 2B |
| Octal | 263 | 50 | 230 | 0 | 116 | 17 | 36 | 470 | 77 | 53 |
| Binary | 10110011 | 101000 | 10011000 | 0 | 1001110 | 1111 | 11110 | 100111000 | 111111 | 101011 |
Color Harmonies of #B32898
Complementary color
Monochromatic Colors of #B32898
Black with #B32898
Text Example
Text Example
White with #B32898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32898; }
p { color: rgb(179,40,152); }
H1.HeaderClassName
{
color: #B32898;
}
.AnyTagClassName
{
color: #B32898;
}
</style>
background-color css
<style>
a { background-color: #B32898; }
a { background-color: rgb(179,40,152); }
div.DivClassName
{
background-color: #B32898;
}
.BgClassName
{
background-color: #B32898;
}
</style>
border-color css
<style>
span { border-color: #B32898; }
span { border-color: rgb(179,40,152); }
td.TdClassName
{
border-color: #B32898;
}
.TagClassName
{
border-color: #B32898;
}
</style>