Shades of Medium Red Violet #B32397
Tints of Medium Red Violet #B32397
RGB
CMYK
RGB Variations
Color information
#B32397 (or 0xB32397) is known color: Medium Red Violet. HEX triplet: B3, 23 and 97. RGB value is (179,35,151). Sum of RGB (Red+Green+Blue) = 179+35+151=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B32397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32397 is #4CDC68. Grayscale: #5A5A5A. Windows color (decimal): -5037161 or 9905075. OLE color: 9905075.
HSL color Cylindrical-coordinate representation of color #B32397: hue angle of 311.67º 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 #B32397 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 151 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.30 |
| HSL | 311.67º | 0.67% | 0.42% | - |
| HSV(B) | 311.67º | 0.8% | 0.7% | - |
| XYZ | 24.78 | 13.02 | 30.49 | - |
| YUV | 91.28 | 161.71 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 151 | 0 | 0.80 | 0.16 | 0.30 | 311.67 | 0.67 | 0.42 |
| Hex | B3 | 23 | 97 | 0 | 50 | 10 | 1E | 138 | 43 | 2A |
| Octal | 263 | 43 | 227 | 0 | 120 | 20 | 36 | 470 | 103 | 52 |
| Binary | 10110011 | 100011 | 10010111 | 0 | 1010000 | 10000 | 11110 | 100111000 | 1000011 | 101010 |
Color Harmonies of #B32397
Complementary color
Monochromatic Colors of #B32397
Black with #B32397
Text Example
Text Example
White with #B32397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32397; }
p { color: rgb(179,35,151); }
H1.HeaderClassName
{
color: #B32397;
}
.AnyTagClassName
{
color: #B32397;
}
</style>
background-color css
<style>
a { background-color: #B32397; }
a { background-color: rgb(179,35,151); }
div.DivClassName
{
background-color: #B32397;
}
.BgClassName
{
background-color: #B32397;
}
</style>
border-color css
<style>
span { border-color: #B32397; }
span { border-color: rgb(179,35,151); }
td.TdClassName
{
border-color: #B32397;
}
.TagClassName
{
border-color: #B32397;
}
</style>