Shades of Medium Red Violet #B22D81
Tints of Medium Red Violet #B22D81
RGB
CMYK
RGB Variations
Color information
#B22D81 (or 0xB22D81) is known color: Medium Red Violet. HEX triplet: B2, 2D and 81. RGB value is (178,45,129). Sum of RGB (Red+Green+Blue) = 178+45+129=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22D81 is #4DD27E. Grayscale: #5E5E5E. Windows color (decimal): -5100159 or 8465842. OLE color: 8465842.
HSL color Cylindrical-coordinate representation of color #B22D81: hue angle of 322.11º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22D81 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 45 | 129 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.30 |
| HSL | 322.11º | 0.6% | 0.44% | - |
| HSV(B) | 322.11º | 0.75% | 0.7% | - |
| XYZ | 23.26 | 12.93 | 22.04 | - |
| YUV | 94.34 | 147.56 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 45 | 129 | 0 | 0.75 | 0.28 | 0.30 | 322.11 | 0.6 | 0.44 |
| Hex | B2 | 2D | 81 | 0 | 4B | 1C | 1E | 142 | 3C | 2C |
| Octal | 262 | 55 | 201 | 0 | 113 | 34 | 36 | 502 | 74 | 54 |
| Binary | 10110010 | 101101 | 10000001 | 0 | 1001011 | 11100 | 11110 | 101000010 | 111100 | 101100 |
Color Harmonies of #B22D81
Complementary color
Monochromatic Colors of #B22D81
Black with #B22D81
Text Example
Text Example
White with #B22D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22D81; }
p { color: rgb(178,45,129); }
H1.HeaderClassName
{
color: #B22D81;
}
.AnyTagClassName
{
color: #B22D81;
}
</style>
background-color css
<style>
a { background-color: #B22D81; }
a { background-color: rgb(178,45,129); }
div.DivClassName
{
background-color: #B22D81;
}
.BgClassName
{
background-color: #B22D81;
}
</style>
border-color css
<style>
span { border-color: #B22D81; }
span { border-color: rgb(178,45,129); }
td.TdClassName
{
border-color: #B22D81;
}
.TagClassName
{
border-color: #B22D81;
}
</style>