Shades of Medium Red Violet #B82DA0
Tints of Medium Red Violet #B82DA0
RGB
CMYK
RGB Variations
Color information
#B82DA0 (or 0xB82DA0) is known color: Medium Red Violet. HEX triplet: B8, 2D and A0. RGB value is (184,45,160). Sum of RGB (Red+Green+Blue) = 184+45+160=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B82DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82DA0 is #47D25F. Grayscale: #636363. Windows color (decimal): -4706912 or 10497464. OLE color: 10497464.
HSL color Cylindrical-coordinate representation of color #B82DA0: hue angle of 310.36º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82DA0 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 160 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.28 |
| HSL | 310.36º | 0.61% | 0.45% | - |
| HSV(B) | 310.36º | 0.76% | 0.72% | - |
| XYZ | 27.05 | 14.61 | 34.65 | - |
| YUV | 99.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 160 | 0 | 0.76 | 0.13 | 0.28 | 310.36 | 0.61 | 0.45 |
| Hex | B8 | 2D | A0 | 0 | 4C | D | 1C | 136 | 3D | 2D |
| Octal | 270 | 55 | 240 | 0 | 114 | 15 | 34 | 466 | 75 | 55 |
| Binary | 10111000 | 101101 | 10100000 | 0 | 1001100 | 1101 | 11100 | 100110110 | 111101 | 101101 |
Color Harmonies of #B82DA0
Complementary color
Monochromatic Colors of #B82DA0
Black with #B82DA0
Text Example
Text Example
White with #B82DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82DA0; }
p { color: rgb(184,45,160); }
H1.HeaderClassName
{
color: #B82DA0;
}
.AnyTagClassName
{
color: #B82DA0;
}
</style>
background-color css
<style>
a { background-color: #B82DA0; }
a { background-color: rgb(184,45,160); }
div.DivClassName
{
background-color: #B82DA0;
}
.BgClassName
{
background-color: #B82DA0;
}
</style>
border-color css
<style>
span { border-color: #B82DA0; }
span { border-color: rgb(184,45,160); }
td.TdClassName
{
border-color: #B82DA0;
}
.TagClassName
{
border-color: #B82DA0;
}
</style>