Shades of Medium Red Violet #B32583
Tints of Medium Red Violet #B32583
RGB
CMYK
RGB Variations
Color information
#B32583 (or 0xB32583) is known color: Medium Red Violet. HEX triplet: B3, 25 and 83. RGB value is (179,37,131). Sum of RGB (Red+Green+Blue) = 179+37+131=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B32583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32583 is #4CDA7C. Grayscale: #595959. Windows color (decimal): -5036669 or 8594867. OLE color: 8594867.
HSL color Cylindrical-coordinate representation of color #B32583: hue angle of 320.28º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32583 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 37 | 131 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.30 |
| HSL | 320.28º | 0.66% | 0.42% | - |
| HSV(B) | 320.28º | 0.79% | 0.7% | - |
| XYZ | 23.35 | 12.55 | 22.66 | - |
| YUV | 90.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 131 | 0 | 0.79 | 0.27 | 0.30 | 320.28 | 0.66 | 0.42 |
| Hex | B3 | 25 | 83 | 0 | 4F | 1B | 1E | 140 | 42 | 2A |
| Octal | 263 | 45 | 203 | 0 | 117 | 33 | 36 | 500 | 102 | 52 |
| Binary | 10110011 | 100101 | 10000011 | 0 | 1001111 | 11011 | 11110 | 101000000 | 1000010 | 101010 |
Color Harmonies of #B32583
Complementary color
Monochromatic Colors of #B32583
Black with #B32583
Text Example
Text Example
White with #B32583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32583; }
p { color: rgb(179,37,131); }
H1.HeaderClassName
{
color: #B32583;
}
.AnyTagClassName
{
color: #B32583;
}
</style>
background-color css
<style>
a { background-color: #B32583; }
a { background-color: rgb(179,37,131); }
div.DivClassName
{
background-color: #B32583;
}
.BgClassName
{
background-color: #B32583;
}
</style>
border-color css
<style>
span { border-color: #B32583; }
span { border-color: rgb(179,37,131); }
td.TdClassName
{
border-color: #B32583;
}
.TagClassName
{
border-color: #B32583;
}
</style>