Shades of Medium Red Violet #B02C86
Tints of Medium Red Violet #B02C86
RGB
CMYK
RGB Variations
Color information
#B02C86 (or 0xB02C86) is known color: Medium Red Violet. HEX triplet: B0, 2C and 86. RGB value is (176,44,134). Sum of RGB (Red+Green+Blue) = 176+44+134=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02C86 is #4FD379. Grayscale: #5D5D5D. Windows color (decimal): -5231482 or 8793264. OLE color: 8793264.
HSL color Cylindrical-coordinate representation of color #B02C86: hue angle of 319.09º 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 #B02C86 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 134 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.31 |
| HSL | 319.09º | 0.6% | 0.43% | - |
| HSV(B) | 319.09º | 0.75% | 0.69% | - |
| XYZ | 23.11 | 12.75 | 23.8 | - |
| YUV | 93.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 134 | 0 | 0.75 | 0.24 | 0.31 | 319.09 | 0.6 | 0.43 |
| Hex | B0 | 2C | 86 | 0 | 4B | 18 | 1F | 13F | 3C | 2B |
| Octal | 260 | 54 | 206 | 0 | 113 | 30 | 37 | 477 | 74 | 53 |
| Binary | 10110000 | 101100 | 10000110 | 0 | 1001011 | 11000 | 11111 | 100111111 | 111100 | 101011 |
Color Harmonies of #B02C86
Complementary color
Monochromatic Colors of #B02C86
Black with #B02C86
Text Example
Text Example
White with #B02C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02C86; }
p { color: rgb(176,44,134); }
H1.HeaderClassName
{
color: #B02C86;
}
.AnyTagClassName
{
color: #B02C86;
}
</style>
background-color css
<style>
a { background-color: #B02C86; }
a { background-color: rgb(176,44,134); }
div.DivClassName
{
background-color: #B02C86;
}
.BgClassName
{
background-color: #B02C86;
}
</style>
border-color css
<style>
span { border-color: #B02C86; }
span { border-color: rgb(176,44,134); }
td.TdClassName
{
border-color: #B02C86;
}
.TagClassName
{
border-color: #B02C86;
}
</style>