Shades of Medium Red Violet #B02CA0
Tints of Medium Red Violet #B02CA0
RGB
CMYK
RGB Variations
Color information
#B02CA0 (or 0xB02CA0) is known color: Medium Red Violet. HEX triplet: B0, 2C and A0. RGB value is (176,44,160). Sum of RGB (Red+Green+Blue) = 176+44+160=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B02CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02CA0 is #4FD35F. Grayscale: #606060. Windows color (decimal): -5231456 or 10497200. OLE color: 10497200.
HSL color Cylindrical-coordinate representation of color #B02CA0: hue angle of 307.27º 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 #B02CA0 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 160 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.31 |
| HSL | 307.27º | 0.6% | 0.43% | - |
| HSV(B) | 307.27º | 0.75% | 0.69% | - |
| XYZ | 25.15 | 13.57 | 34.55 | - |
| YUV | 96.69 | 163.73 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 160 | 0 | 0.75 | 0.09 | 0.31 | 307.27 | 0.6 | 0.43 |
| Hex | B0 | 2C | A0 | 0 | 4B | 9 | 1F | 133 | 3C | 2B |
| Octal | 260 | 54 | 240 | 0 | 113 | 11 | 37 | 463 | 74 | 53 |
| Binary | 10110000 | 101100 | 10100000 | 0 | 1001011 | 1001 | 11111 | 100110011 | 111100 | 101011 |
Color Harmonies of #B02CA0
Complementary color
Monochromatic Colors of #B02CA0
Black with #B02CA0
Text Example
Text Example
White with #B02CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02CA0; }
p { color: rgb(176,44,160); }
H1.HeaderClassName
{
color: #B02CA0;
}
.AnyTagClassName
{
color: #B02CA0;
}
</style>
background-color css
<style>
a { background-color: #B02CA0; }
a { background-color: rgb(176,44,160); }
div.DivClassName
{
background-color: #B02CA0;
}
.BgClassName
{
background-color: #B02CA0;
}
</style>
border-color css
<style>
span { border-color: #B02CA0; }
span { border-color: rgb(176,44,160); }
td.TdClassName
{
border-color: #B02CA0;
}
.TagClassName
{
border-color: #B02CA0;
}
</style>