Shades of Medium Red Violet #B02C77
Tints of Medium Red Violet #B02C77
RGB
CMYK
RGB Variations
Color information
#B02C77 (or 0xB02C77) is known color: Medium Red Violet. HEX triplet: B0, 2C and 77. RGB value is (176,44,119). Sum of RGB (Red+Green+Blue) = 176+44+119=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02C77 is #4FD388. Grayscale: #5B5B5B. Windows color (decimal): -5231497 or 7810224. OLE color: 7810224.
HSL color Cylindrical-coordinate representation of color #B02C77: hue angle of 325.91º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B02C77 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 119 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.31 |
| HSL | 325.91º | 0.6% | 0.43% | - |
| HSV(B) | 325.91º | 0.75% | 0.69% | - |
| XYZ | 22.13 | 12.36 | 18.67 | - |
| YUV | 92.02 | 143.23 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 119 | 0 | 0.75 | 0.32 | 0.31 | 325.91 | 0.6 | 0.43 |
| Hex | B0 | 2C | 77 | 0 | 4B | 20 | 1F | 146 | 3C | 2B |
| Octal | 260 | 54 | 167 | 0 | 113 | 40 | 37 | 506 | 74 | 53 |
| Binary | 10110000 | 101100 | 1110111 | 0 | 1001011 | 100000 | 11111 | 101000110 | 111100 | 101011 |
Color Harmonies of #B02C77
Complementary color
Monochromatic Colors of #B02C77
Black with #B02C77
Text Example
Text Example
White with #B02C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02C77; }
p { color: rgb(176,44,119); }
H1.HeaderClassName
{
color: #B02C77;
}
.AnyTagClassName
{
color: #B02C77;
}
</style>
background-color css
<style>
a { background-color: #B02C77; }
a { background-color: rgb(176,44,119); }
div.DivClassName
{
background-color: #B02C77;
}
.BgClassName
{
background-color: #B02C77;
}
</style>
border-color css
<style>
span { border-color: #B02C77; }
span { border-color: rgb(176,44,119); }
td.TdClassName
{
border-color: #B02C77;
}
.TagClassName
{
border-color: #B02C77;
}
</style>