Shades of Medium Red Violet #B02773
Tints of Medium Red Violet #B02773
RGB
CMYK
RGB Variations
Color information
#B02773 (or 0xB02773) is known color: Medium Red Violet. HEX triplet: B0, 27 and 73. RGB value is (176,39,115). Sum of RGB (Red+Green+Blue) = 176+39+115=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B02773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02773 is #4FD88C. Grayscale: #585858. Windows color (decimal): -5232781 or 7546800. OLE color: 7546800.
HSL color Cylindrical-coordinate representation of color #B02773: hue angle of 326.72º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02773 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 39 | 115 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.31 |
| HSL | 326.72º | 0.64% | 0.42% | - |
| HSV(B) | 326.72º | 0.78% | 0.69% | - |
| XYZ | 21.72 | 11.92 | 17.38 | - |
| YUV | 88.63 | 142.89 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 115 | 0 | 0.78 | 0.35 | 0.31 | 326.72 | 0.64 | 0.42 |
| Hex | B0 | 27 | 73 | 0 | 4E | 23 | 1F | 147 | 40 | 2A |
| Octal | 260 | 47 | 163 | 0 | 116 | 43 | 37 | 507 | 100 | 52 |
| Binary | 10110000 | 100111 | 1110011 | 0 | 1001110 | 100011 | 11111 | 101000111 | 1000000 | 101010 |
Color Harmonies of #B02773
Complementary color
Monochromatic Colors of #B02773
Black with #B02773
Text Example
Text Example
White with #B02773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02773; }
p { color: rgb(176,39,115); }
H1.HeaderClassName
{
color: #B02773;
}
.AnyTagClassName
{
color: #B02773;
}
</style>
background-color css
<style>
a { background-color: #B02773; }
a { background-color: rgb(176,39,115); }
div.DivClassName
{
background-color: #B02773;
}
.BgClassName
{
background-color: #B02773;
}
</style>
border-color css
<style>
span { border-color: #B02773; }
span { border-color: rgb(176,39,115); }
td.TdClassName
{
border-color: #B02773;
}
.TagClassName
{
border-color: #B02773;
}
</style>