Shades of Medium Red Violet #B32B85
Tints of Medium Red Violet #B32B85
RGB
CMYK
RGB Variations
Color information
#B32B85 (or 0xB32B85) is known color: Medium Red Violet. HEX triplet: B3, 2B and 85. RGB value is (179,43,133). Sum of RGB (Red+Green+Blue) = 179+43+133=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32B85 is #4CD47A. Grayscale: #5D5D5D. Windows color (decimal): -5035131 or 8727475. OLE color: 8727475.
HSL color Cylindrical-coordinate representation of color #B32B85: hue angle of 320.29º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32B85 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 133 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.30 |
| HSL | 320.29º | 0.61% | 0.44% | - |
| HSV(B) | 320.29º | 0.76% | 0.7% | - |
| XYZ | 23.69 | 13 | 23.45 | - |
| YUV | 93.92 | 150.06 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 133 | 0 | 0.76 | 0.26 | 0.30 | 320.29 | 0.61 | 0.44 |
| Hex | B3 | 2B | 85 | 0 | 4C | 1A | 1E | 140 | 3D | 2C |
| Octal | 263 | 53 | 205 | 0 | 114 | 32 | 36 | 500 | 75 | 54 |
| Binary | 10110011 | 101011 | 10000101 | 0 | 1001100 | 11010 | 11110 | 101000000 | 111101 | 101100 |
Color Harmonies of #B32B85
Complementary color
Monochromatic Colors of #B32B85
Black with #B32B85
Text Example
Text Example
White with #B32B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32B85; }
p { color: rgb(179,43,133); }
H1.HeaderClassName
{
color: #B32B85;
}
.AnyTagClassName
{
color: #B32B85;
}
</style>
background-color css
<style>
a { background-color: #B32B85; }
a { background-color: rgb(179,43,133); }
div.DivClassName
{
background-color: #B32B85;
}
.BgClassName
{
background-color: #B32B85;
}
</style>
border-color css
<style>
span { border-color: #B32B85; }
span { border-color: rgb(179,43,133); }
td.TdClassName
{
border-color: #B32B85;
}
.TagClassName
{
border-color: #B32B85;
}
</style>