Shades of Medium Red Violet #B32390
Tints of Medium Red Violet #B32390
RGB
CMYK
RGB Variations
Color information
#B32390 (or 0xB32390) is known color: Medium Red Violet. HEX triplet: B3, 23 and 90. RGB value is (179,35,144). Sum of RGB (Red+Green+Blue) = 179+35+144=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B32390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32390 is #4CDC6F. Grayscale: #5A5A5A. Windows color (decimal): -5037168 or 9446323. OLE color: 9446323.
HSL color Cylindrical-coordinate representation of color #B32390: hue angle of 314.58º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32390 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 144 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.30 |
| HSL | 314.58º | 0.67% | 0.42% | - |
| HSV(B) | 314.58º | 0.8% | 0.7% | - |
| XYZ | 24.23 | 12.8 | 27.58 | - |
| YUV | 90.48 | 158.21 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 144 | 0 | 0.80 | 0.20 | 0.30 | 314.58 | 0.67 | 0.42 |
| Hex | B3 | 23 | 90 | 0 | 50 | 14 | 1E | 13B | 43 | 2A |
| Octal | 263 | 43 | 220 | 0 | 120 | 24 | 36 | 473 | 103 | 52 |
| Binary | 10110011 | 100011 | 10010000 | 0 | 1010000 | 10100 | 11110 | 100111011 | 1000011 | 101010 |
Color Harmonies of #B32390
Complementary color
Monochromatic Colors of #B32390
Black with #B32390
Text Example
Text Example
White with #B32390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32390; }
p { color: rgb(179,35,144); }
H1.HeaderClassName
{
color: #B32390;
}
.AnyTagClassName
{
color: #B32390;
}
</style>
background-color css
<style>
a { background-color: #B32390; }
a { background-color: rgb(179,35,144); }
div.DivClassName
{
background-color: #B32390;
}
.BgClassName
{
background-color: #B32390;
}
</style>
border-color css
<style>
span { border-color: #B32390; }
span { border-color: rgb(179,35,144); }
td.TdClassName
{
border-color: #B32390;
}
.TagClassName
{
border-color: #B32390;
}
</style>