Shades of Medium Red Violet #B02DA0
Tints of Medium Red Violet #B02DA0
RGB
CMYK
RGB Variations
Color information
#B02DA0 (or 0xB02DA0) is known color: Medium Red Violet. HEX triplet: B0, 2D and A0. RGB value is (176,45,160). Sum of RGB (Red+Green+Blue) = 176+45+160=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B02DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02DA0 is #4FD25F. Grayscale: #606060. Windows color (decimal): -5231200 or 10497456. OLE color: 10497456.
HSL color Cylindrical-coordinate representation of color #B02DA0: hue angle of 307.33º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B02DA0 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 45 | 160 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.31 |
| HSL | 307.33º | 0.59% | 0.43% | - |
| HSV(B) | 307.33º | 0.74% | 0.69% | - |
| XYZ | 25.19 | 13.64 | 34.56 | - |
| YUV | 97.28 | 163.4 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 45 | 160 | 0 | 0.74 | 0.09 | 0.31 | 307.33 | 0.59 | 0.43 |
| Hex | B0 | 2D | A0 | 0 | 4A | 9 | 1F | 133 | 3B | 2B |
| Octal | 260 | 55 | 240 | 0 | 112 | 11 | 37 | 463 | 73 | 53 |
| Binary | 10110000 | 101101 | 10100000 | 0 | 1001010 | 1001 | 11111 | 100110011 | 111011 | 101011 |
Color Harmonies of #B02DA0
Complementary color
Monochromatic Colors of #B02DA0
Black with #B02DA0
Text Example
Text Example
White with #B02DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02DA0; }
p { color: rgb(176,45,160); }
H1.HeaderClassName
{
color: #B02DA0;
}
.AnyTagClassName
{
color: #B02DA0;
}
</style>
background-color css
<style>
a { background-color: #B02DA0; }
a { background-color: rgb(176,45,160); }
div.DivClassName
{
background-color: #B02DA0;
}
.BgClassName
{
background-color: #B02DA0;
}
</style>
border-color css
<style>
span { border-color: #B02DA0; }
span { border-color: rgb(176,45,160); }
td.TdClassName
{
border-color: #B02DA0;
}
.TagClassName
{
border-color: #B02DA0;
}
</style>