Shades of Medium Red Violet #B22373
Tints of Medium Red Violet #B22373
RGB
CMYK
RGB Variations
Color information
#B22373 (or 0xB22373) is known color: Medium Red Violet. HEX triplet: B2, 23 and 73. RGB value is (178,35,115). Sum of RGB (Red+Green+Blue) = 178+35+115=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B22373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22373 is #4DDC8C. Grayscale: #565656. Windows color (decimal): -5102733 or 7545778. OLE color: 7545778.
HSL color Cylindrical-coordinate representation of color #B22373: hue angle of 326.43º 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 #B22373 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 35 | 115 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.30 |
| HSL | 326.43º | 0.67% | 0.42% | - |
| HSV(B) | 326.43º | 0.8% | 0.7% | - |
| XYZ | 22.06 | 11.9 | 17.36 | - |
| YUV | 86.88 | 143.88 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 115 | 0 | 0.80 | 0.35 | 0.30 | 326.43 | 0.67 | 0.42 |
| Hex | B2 | 23 | 73 | 0 | 50 | 23 | 1E | 146 | 43 | 2A |
| Octal | 262 | 43 | 163 | 0 | 120 | 43 | 36 | 506 | 103 | 52 |
| Binary | 10110010 | 100011 | 1110011 | 0 | 1010000 | 100011 | 11110 | 101000110 | 1000011 | 101010 |
Color Harmonies of #B22373
Complementary color
Monochromatic Colors of #B22373
Black with #B22373
Text Example
Text Example
White with #B22373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22373; }
p { color: rgb(178,35,115); }
H1.HeaderClassName
{
color: #B22373;
}
.AnyTagClassName
{
color: #B22373;
}
</style>
background-color css
<style>
a { background-color: #B22373; }
a { background-color: rgb(178,35,115); }
div.DivClassName
{
background-color: #B22373;
}
.BgClassName
{
background-color: #B22373;
}
</style>
border-color css
<style>
span { border-color: #B22373; }
span { border-color: rgb(178,35,115); }
td.TdClassName
{
border-color: #B22373;
}
.TagClassName
{
border-color: #B22373;
}
</style>