Shades of Medium Red Violet #B02275
Tints of Medium Red Violet #B02275
RGB
CMYK
RGB Variations
Color information
#B02275 (or 0xB02275) is known color: Medium Red Violet. HEX triplet: B0, 22 and 75. RGB value is (176,34,117). Sum of RGB (Red+Green+Blue) = 176+34+117=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B02275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02275 is #4FDD8A. Grayscale: #555555. Windows color (decimal): -5234059 or 7676592. OLE color: 7676592.
HSL color Cylindrical-coordinate representation of color #B02275: hue angle of 324.93º 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 #B02275 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 34 | 117 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.31 |
| HSL | 324.93º | 0.68% | 0.41% | - |
| HSV(B) | 324.93º | 0.81% | 0.69% | - |
| XYZ | 21.69 | 11.66 | 17.94 | - |
| YUV | 85.92 | 145.54 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 117 | 0 | 0.81 | 0.34 | 0.31 | 324.93 | 0.68 | 0.41 |
| Hex | B0 | 22 | 75 | 0 | 51 | 22 | 1F | 145 | 44 | 29 |
| Octal | 260 | 42 | 165 | 0 | 121 | 42 | 37 | 505 | 104 | 51 |
| Binary | 10110000 | 100010 | 1110101 | 0 | 1010001 | 100010 | 11111 | 101000101 | 1000100 | 101001 |
Color Harmonies of #B02275
Complementary color
Monochromatic Colors of #B02275
Black with #B02275
Text Example
Text Example
White with #B02275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02275; }
p { color: rgb(176,34,117); }
H1.HeaderClassName
{
color: #B02275;
}
.AnyTagClassName
{
color: #B02275;
}
</style>
background-color css
<style>
a { background-color: #B02275; }
a { background-color: rgb(176,34,117); }
div.DivClassName
{
background-color: #B02275;
}
.BgClassName
{
background-color: #B02275;
}
</style>
border-color css
<style>
span { border-color: #B02275; }
span { border-color: rgb(176,34,117); }
td.TdClassName
{
border-color: #B02275;
}
.TagClassName
{
border-color: #B02275;
}
</style>