Shades of Medium Red Violet #B02882
Tints of Medium Red Violet #B02882
RGB
CMYK
RGB Variations
Color information
#B02882 (or 0xB02882) is known color: Medium Red Violet. HEX triplet: B0, 28 and 82. RGB value is (176,40,130). Sum of RGB (Red+Green+Blue) = 176+40+130=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B02882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02882 is #4FD77D. Grayscale: #5A5A5A. Windows color (decimal): -5232510 or 8530096. OLE color: 8530096.
HSL color Cylindrical-coordinate representation of color #B02882: hue angle of 320.29º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02882 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 130 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.31 |
| HSL | 320.29º | 0.63% | 0.42% | - |
| HSV(B) | 320.29º | 0.77% | 0.69% | - |
| XYZ | 22.69 | 12.36 | 22.31 | - |
| YUV | 90.92 | 150.06 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 130 | 0 | 0.77 | 0.26 | 0.31 | 320.29 | 0.63 | 0.42 |
| Hex | B0 | 28 | 82 | 0 | 4D | 1A | 1F | 140 | 3F | 2A |
| Octal | 260 | 50 | 202 | 0 | 115 | 32 | 37 | 500 | 77 | 52 |
| Binary | 10110000 | 101000 | 10000010 | 0 | 1001101 | 11010 | 11111 | 101000000 | 111111 | 101010 |
Color Harmonies of #B02882
Complementary color
Monochromatic Colors of #B02882
Black with #B02882
Text Example
Text Example
White with #B02882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02882; }
p { color: rgb(176,40,130); }
H1.HeaderClassName
{
color: #B02882;
}
.AnyTagClassName
{
color: #B02882;
}
</style>
background-color css
<style>
a { background-color: #B02882; }
a { background-color: rgb(176,40,130); }
div.DivClassName
{
background-color: #B02882;
}
.BgClassName
{
background-color: #B02882;
}
</style>
border-color css
<style>
span { border-color: #B02882; }
span { border-color: rgb(176,40,130); }
td.TdClassName
{
border-color: #B02882;
}
.TagClassName
{
border-color: #B02882;
}
</style>