Shades of Medium Red Violet #B32289
Tints of Medium Red Violet #B32289
RGB
CMYK
RGB Variations
Color information
#B32289 (or 0xB32289) is known color: Medium Red Violet. HEX triplet: B3, 22 and 89. RGB value is (179,34,137). Sum of RGB (Red+Green+Blue) = 179+34+137=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B32289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32289 is #4CDD76. Grayscale: #585858. Windows color (decimal): -5037431 or 8987315. OLE color: 8987315.
HSL color Cylindrical-coordinate representation of color #B32289: hue angle of 317.38º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32289 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 34 | 137 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.30 |
| HSL | 317.38º | 0.68% | 0.42% | - |
| HSV(B) | 317.38º | 0.81% | 0.7% | - |
| XYZ | 23.68 | 12.53 | 24.84 | - |
| YUV | 89.1 | 155.04 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 137 | 0 | 0.81 | 0.23 | 0.30 | 317.38 | 0.68 | 0.42 |
| Hex | B3 | 22 | 89 | 0 | 51 | 17 | 1E | 13D | 44 | 2A |
| Octal | 263 | 42 | 211 | 0 | 121 | 27 | 36 | 475 | 104 | 52 |
| Binary | 10110011 | 100010 | 10001001 | 0 | 1010001 | 10111 | 11110 | 100111101 | 1000100 | 101010 |
Color Harmonies of #B32289
Complementary color
Monochromatic Colors of #B32289
Black with #B32289
Text Example
Text Example
White with #B32289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32289; }
p { color: rgb(179,34,137); }
H1.HeaderClassName
{
color: #B32289;
}
.AnyTagClassName
{
color: #B32289;
}
</style>
background-color css
<style>
a { background-color: #B32289; }
a { background-color: rgb(179,34,137); }
div.DivClassName
{
background-color: #B32289;
}
.BgClassName
{
background-color: #B32289;
}
</style>
border-color css
<style>
span { border-color: #B32289; }
span { border-color: rgb(179,34,137); }
td.TdClassName
{
border-color: #B32289;
}
.TagClassName
{
border-color: #B32289;
}
</style>