Shades of Medium Red Violet #B32192
Tints of Medium Red Violet #B32192
RGB
CMYK
RGB Variations
Color information
#B32192 (or 0xB32192) is known color: Medium Red Violet. HEX triplet: B3, 21 and 92. RGB value is (179,33,146). Sum of RGB (Red+Green+Blue) = 179+33+146=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B32192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32192 is #4CDE6D. Grayscale: #595959. Windows color (decimal): -5037678 or 9576883. OLE color: 9576883.
HSL color Cylindrical-coordinate representation of color #B32192: hue angle of 313.56º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32192 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 146 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.30 |
| HSL | 313.56º | 0.69% | 0.42% | - |
| HSV(B) | 313.56º | 0.82% | 0.7% | - |
| XYZ | 24.32 | 12.75 | 28.37 | - |
| YUV | 89.54 | 159.87 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 146 | 0 | 0.82 | 0.18 | 0.30 | 313.56 | 0.69 | 0.42 |
| Hex | B3 | 21 | 92 | 0 | 52 | 12 | 1E | 13A | 45 | 2A |
| Octal | 263 | 41 | 222 | 0 | 122 | 22 | 36 | 472 | 105 | 52 |
| Binary | 10110011 | 100001 | 10010010 | 0 | 1010010 | 10010 | 11110 | 100111010 | 1000101 | 101010 |
Color Harmonies of #B32192
Complementary color
Monochromatic Colors of #B32192
Black with #B32192
Text Example
Text Example
White with #B32192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32192; }
p { color: rgb(179,33,146); }
H1.HeaderClassName
{
color: #B32192;
}
.AnyTagClassName
{
color: #B32192;
}
</style>
background-color css
<style>
a { background-color: #B32192; }
a { background-color: rgb(179,33,146); }
div.DivClassName
{
background-color: #B32192;
}
.BgClassName
{
background-color: #B32192;
}
</style>
border-color css
<style>
span { border-color: #B32192; }
span { border-color: rgb(179,33,146); }
td.TdClassName
{
border-color: #B32192;
}
.TagClassName
{
border-color: #B32192;
}
</style>