Shades of Medium Red Violet #B32B93
Tints of Medium Red Violet #B32B93
RGB
CMYK
RGB Variations
Color information
#B32B93 (or 0xB32B93) is known color: Medium Red Violet. HEX triplet: B3, 2B and 93. RGB value is (179,43,147). Sum of RGB (Red+Green+Blue) = 179+43+147=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32B93 is #4CD46C. Grayscale: #5F5F5F. Windows color (decimal): -5035117 or 9644979. OLE color: 9644979.
HSL color Cylindrical-coordinate representation of color #B32B93: hue angle of 314.12º 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 #B32B93 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 147 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.30 |
| HSL | 314.12º | 0.61% | 0.44% | - |
| HSV(B) | 314.12º | 0.76% | 0.7% | - |
| XYZ | 24.72 | 13.42 | 28.89 | - |
| YUV | 95.52 | 157.06 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 147 | 0 | 0.76 | 0.18 | 0.30 | 314.12 | 0.61 | 0.44 |
| Hex | B3 | 2B | 93 | 0 | 4C | 12 | 1E | 13A | 3D | 2C |
| Octal | 263 | 53 | 223 | 0 | 114 | 22 | 36 | 472 | 75 | 54 |
| Binary | 10110011 | 101011 | 10010011 | 0 | 1001100 | 10010 | 11110 | 100111010 | 111101 | 101100 |
Color Harmonies of #B32B93
Complementary color
Monochromatic Colors of #B32B93
Black with #B32B93
Text Example
Text Example
White with #B32B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32B93; }
p { color: rgb(179,43,147); }
H1.HeaderClassName
{
color: #B32B93;
}
.AnyTagClassName
{
color: #B32B93;
}
</style>
background-color css
<style>
a { background-color: #B32B93; }
a { background-color: rgb(179,43,147); }
div.DivClassName
{
background-color: #B32B93;
}
.BgClassName
{
background-color: #B32B93;
}
</style>
border-color css
<style>
span { border-color: #B32B93; }
span { border-color: rgb(179,43,147); }
td.TdClassName
{
border-color: #B32B93;
}
.TagClassName
{
border-color: #B32B93;
}
</style>