Shades of Medium Red Violet #B2218D
Tints of Medium Red Violet #B2218D
RGB
CMYK
RGB Variations
Color information
#B2218D (or 0xB2218D) is known color: Medium Red Violet. HEX triplet: B2, 21 and 8D. RGB value is (178,33,141). Sum of RGB (Red+Green+Blue) = 178+33+141=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2218D is #4DDE72. Grayscale: #585858. Windows color (decimal): -5103219 or 9249202. OLE color: 9249202.
HSL color Cylindrical-coordinate representation of color #B2218D: hue angle of 315.31º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2218D is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 33 | 141 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.30 |
| HSL | 315.31º | 0.69% | 0.41% | - |
| HSV(B) | 315.31º | 0.81% | 0.7% | - |
| XYZ | 23.71 | 12.48 | 26.36 | - |
| YUV | 88.67 | 157.54 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 33 | 141 | 0 | 0.81 | 0.21 | 0.30 | 315.31 | 0.69 | 0.41 |
| Hex | B2 | 21 | 8D | 0 | 51 | 15 | 1E | 13B | 45 | 29 |
| Octal | 262 | 41 | 215 | 0 | 121 | 25 | 36 | 473 | 105 | 51 |
| Binary | 10110010 | 100001 | 10001101 | 0 | 1010001 | 10101 | 11110 | 100111011 | 1000101 | 101001 |
Color Harmonies of #B2218D
Complementary color
Monochromatic Colors of #B2218D
Black with #B2218D
Text Example
Text Example
White with #B2218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2218D; }
p { color: rgb(178,33,141); }
H1.HeaderClassName
{
color: #B2218D;
}
.AnyTagClassName
{
color: #B2218D;
}
</style>
background-color css
<style>
a { background-color: #B2218D; }
a { background-color: rgb(178,33,141); }
div.DivClassName
{
background-color: #B2218D;
}
.BgClassName
{
background-color: #B2218D;
}
</style>
border-color css
<style>
span { border-color: #B2218D; }
span { border-color: rgb(178,33,141); }
td.TdClassName
{
border-color: #B2218D;
}
.TagClassName
{
border-color: #B2218D;
}
</style>