Shades of Medium Red Violet #B32380
Tints of Medium Red Violet #B32380
RGB
CMYK
RGB Variations
Color information
#B32380 (or 0xB32380) is known color: Medium Red Violet. HEX triplet: B3, 23 and 80. RGB value is (179,35,128). Sum of RGB (Red+Green+Blue) = 179+35+128=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B32380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32380 is #4CDC7F. Grayscale: #585858. Windows color (decimal): -5037184 or 8397747. OLE color: 8397747.
HSL color Cylindrical-coordinate representation of color #B32380: hue angle of 321.25º 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 #B32380 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 128 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.30 |
| HSL | 321.25º | 0.67% | 0.42% | - |
| HSV(B) | 321.25º | 0.8% | 0.7% | - |
| XYZ | 23.09 | 12.34 | 21.59 | - |
| YUV | 88.66 | 150.21 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 128 | 0 | 0.80 | 0.28 | 0.30 | 321.25 | 0.67 | 0.42 |
| Hex | B3 | 23 | 80 | 0 | 50 | 1C | 1E | 141 | 43 | 2A |
| Octal | 263 | 43 | 200 | 0 | 120 | 34 | 36 | 501 | 103 | 52 |
| Binary | 10110011 | 100011 | 10000000 | 0 | 1010000 | 11100 | 11110 | 101000001 | 1000011 | 101010 |
Color Harmonies of #B32380
Complementary color
Monochromatic Colors of #B32380
Black with #B32380
Text Example
Text Example
White with #B32380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32380; }
p { color: rgb(179,35,128); }
H1.HeaderClassName
{
color: #B32380;
}
.AnyTagClassName
{
color: #B32380;
}
</style>
background-color css
<style>
a { background-color: #B32380; }
a { background-color: rgb(179,35,128); }
div.DivClassName
{
background-color: #B32380;
}
.BgClassName
{
background-color: #B32380;
}
</style>
border-color css
<style>
span { border-color: #B32380; }
span { border-color: rgb(179,35,128); }
td.TdClassName
{
border-color: #B32380;
}
.TagClassName
{
border-color: #B32380;
}
</style>