Shades of Medium Red Violet #B02173
Tints of Medium Red Violet #B02173
RGB
CMYK
RGB Variations
Color information
#B02173 (or 0xB02173) is known color: Medium Red Violet. HEX triplet: B0, 21 and 73. RGB value is (176,33,115). Sum of RGB (Red+Green+Blue) = 176+33+115=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B02173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02173 is #4FDE8C. Grayscale: #545454. Windows color (decimal): -5234317 or 7545264. OLE color: 7545264.
HSL color Cylindrical-coordinate representation of color #B02173: hue angle of 325.59º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02173 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 33 | 115 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.31 |
| HSL | 325.59º | 0.68% | 0.41% | - |
| HSV(B) | 325.59º | 0.81% | 0.69% | - |
| XYZ | 21.54 | 11.56 | 17.31 | - |
| YUV | 85.11 | 144.88 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 33 | 115 | 0 | 0.81 | 0.35 | 0.31 | 325.59 | 0.68 | 0.41 |
| Hex | B0 | 21 | 73 | 0 | 51 | 23 | 1F | 146 | 44 | 29 |
| Octal | 260 | 41 | 163 | 0 | 121 | 43 | 37 | 506 | 104 | 51 |
| Binary | 10110000 | 100001 | 1110011 | 0 | 1010001 | 100011 | 11111 | 101000110 | 1000100 | 101001 |
Color Harmonies of #B02173
Complementary color
Monochromatic Colors of #B02173
Black with #B02173
Text Example
Text Example
White with #B02173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02173; }
p { color: rgb(176,33,115); }
H1.HeaderClassName
{
color: #B02173;
}
.AnyTagClassName
{
color: #B02173;
}
</style>
background-color css
<style>
a { background-color: #B02173; }
a { background-color: rgb(176,33,115); }
div.DivClassName
{
background-color: #B02173;
}
.BgClassName
{
background-color: #B02173;
}
</style>
border-color css
<style>
span { border-color: #B02173; }
span { border-color: rgb(176,33,115); }
td.TdClassName
{
border-color: #B02173;
}
.TagClassName
{
border-color: #B02173;
}
</style>