Shades of Medium Red Violet #B22D82
Tints of Medium Red Violet #B22D82
RGB
CMYK
RGB Variations
Color information
#B22D82 (or 0xB22D82) is known color: Medium Red Violet. HEX triplet: B2, 2D and 82. RGB value is (178,45,130). Sum of RGB (Red+Green+Blue) = 178+45+130=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22D82 is #4DD27D. Grayscale: #5E5E5E. Windows color (decimal): -5100158 or 8531378. OLE color: 8531378.
HSL color Cylindrical-coordinate representation of color #B22D82: hue angle of 321.65º 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 #B22D82 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 45 | 130 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.30 |
| HSL | 321.65º | 0.6% | 0.44% | - |
| HSV(B) | 321.65º | 0.75% | 0.7% | - |
| XYZ | 23.33 | 12.95 | 22.39 | - |
| YUV | 94.46 | 148.06 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 45 | 130 | 0 | 0.75 | 0.27 | 0.30 | 321.65 | 0.6 | 0.44 |
| Hex | B2 | 2D | 82 | 0 | 4B | 1B | 1E | 142 | 3C | 2C |
| Octal | 262 | 55 | 202 | 0 | 113 | 33 | 36 | 502 | 74 | 54 |
| Binary | 10110010 | 101101 | 10000010 | 0 | 1001011 | 11011 | 11110 | 101000010 | 111100 | 101100 |
Color Harmonies of #B22D82
Complementary color
Monochromatic Colors of #B22D82
Black with #B22D82
Text Example
Text Example
White with #B22D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22D82; }
p { color: rgb(178,45,130); }
H1.HeaderClassName
{
color: #B22D82;
}
.AnyTagClassName
{
color: #B22D82;
}
</style>
background-color css
<style>
a { background-color: #B22D82; }
a { background-color: rgb(178,45,130); }
div.DivClassName
{
background-color: #B22D82;
}
.BgClassName
{
background-color: #B22D82;
}
</style>
border-color css
<style>
span { border-color: #B22D82; }
span { border-color: rgb(178,45,130); }
td.TdClassName
{
border-color: #B22D82;
}
.TagClassName
{
border-color: #B22D82;
}
</style>