Shades of Medium Red Violet #B32495
Tints of Medium Red Violet #B32495
RGB
CMYK
RGB Variations
Color information
#B32495 (or 0xB32495) is known color: Medium Red Violet. HEX triplet: B3, 24 and 95. RGB value is (179,36,149). Sum of RGB (Red+Green+Blue) = 179+36+149=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B32495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32495 is #4CDB6A. Grayscale: #5B5B5B. Windows color (decimal): -5036907 or 9774259. OLE color: 9774259.
HSL color Cylindrical-coordinate representation of color #B32495: hue angle of 312.59º 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 #B32495 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 36 | 149 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.30 |
| HSL | 312.59º | 0.67% | 0.42% | - |
| HSV(B) | 312.59º | 0.8% | 0.7% | - |
| XYZ | 24.65 | 13.02 | 29.65 | - |
| YUV | 91.64 | 160.38 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 149 | 0 | 0.80 | 0.17 | 0.30 | 312.59 | 0.67 | 0.42 |
| Hex | B3 | 24 | 95 | 0 | 50 | 11 | 1E | 139 | 43 | 2A |
| Octal | 263 | 44 | 225 | 0 | 120 | 21 | 36 | 471 | 103 | 52 |
| Binary | 10110011 | 100100 | 10010101 | 0 | 1010000 | 10001 | 11110 | 100111001 | 1000011 | 101010 |
Color Harmonies of #B32495
Complementary color
Monochromatic Colors of #B32495
Black with #B32495
Text Example
Text Example
White with #B32495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32495; }
p { color: rgb(179,36,149); }
H1.HeaderClassName
{
color: #B32495;
}
.AnyTagClassName
{
color: #B32495;
}
</style>
background-color css
<style>
a { background-color: #B32495; }
a { background-color: rgb(179,36,149); }
div.DivClassName
{
background-color: #B32495;
}
.BgClassName
{
background-color: #B32495;
}
</style>
border-color css
<style>
span { border-color: #B32495; }
span { border-color: rgb(179,36,149); }
td.TdClassName
{
border-color: #B32495;
}
.TagClassName
{
border-color: #B32495;
}
</style>