Shades of Medium Red Violet #B32992
Tints of Medium Red Violet #B32992
RGB
CMYK
RGB Variations
Color information
#B32992 (or 0xB32992) is known color: Medium Red Violet. HEX triplet: B3, 29 and 92. RGB value is (179,41,146). Sum of RGB (Red+Green+Blue) = 179+41+146=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B32992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32992 is #4CD66D. Grayscale: #5D5D5D. Windows color (decimal): -5035630 or 9578931. OLE color: 9578931.
HSL color Cylindrical-coordinate representation of color #B32992: hue angle of 314.35º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32992 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 146 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.30 |
| HSL | 314.35º | 0.63% | 0.43% | - |
| HSV(B) | 314.35º | 0.77% | 0.7% | - |
| XYZ | 24.57 | 13.24 | 28.46 | - |
| YUV | 94.23 | 157.22 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 146 | 0 | 0.77 | 0.18 | 0.30 | 314.35 | 0.63 | 0.43 |
| Hex | B3 | 29 | 92 | 0 | 4D | 12 | 1E | 13A | 3F | 2B |
| Octal | 263 | 51 | 222 | 0 | 115 | 22 | 36 | 472 | 77 | 53 |
| Binary | 10110011 | 101001 | 10010010 | 0 | 1001101 | 10010 | 11110 | 100111010 | 111111 | 101011 |
Color Harmonies of #B32992
Complementary color
Monochromatic Colors of #B32992
Black with #B32992
Text Example
Text Example
White with #B32992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32992; }
p { color: rgb(179,41,146); }
H1.HeaderClassName
{
color: #B32992;
}
.AnyTagClassName
{
color: #B32992;
}
</style>
background-color css
<style>
a { background-color: #B32992; }
a { background-color: rgb(179,41,146); }
div.DivClassName
{
background-color: #B32992;
}
.BgClassName
{
background-color: #B32992;
}
</style>
border-color css
<style>
span { border-color: #B32992; }
span { border-color: rgb(179,41,146); }
td.TdClassName
{
border-color: #B32992;
}
.TagClassName
{
border-color: #B32992;
}
</style>