Shades of Medium Red Violet #B82DA2
Tints of Medium Red Violet #B82DA2
RGB
CMYK
RGB Variations
Color information
#B82DA2 (or 0xB82DA2) is known color: Medium Red Violet. HEX triplet: B8, 2D and A2. RGB value is (184,45,162). Sum of RGB (Red+Green+Blue) = 184+45+162=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B82DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82DA2 is #47D25D. Grayscale: #636363. Windows color (decimal): -4706910 or 10628536. OLE color: 10628536.
HSL color Cylindrical-coordinate representation of color #B82DA2: hue angle of 309.5º 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 #B82DA2 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 162 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.28 |
| HSL | 309.5º | 0.61% | 0.45% | - |
| HSV(B) | 309.5º | 0.76% | 0.72% | - |
| XYZ | 27.23 | 14.68 | 35.58 | - |
| YUV | 99.9 | 163.05 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 162 | 0 | 0.76 | 0.12 | 0.28 | 309.5 | 0.61 | 0.45 |
| Hex | B8 | 2D | A2 | 0 | 4C | C | 1C | 135 | 3D | 2D |
| Octal | 270 | 55 | 242 | 0 | 114 | 14 | 34 | 465 | 75 | 55 |
| Binary | 10111000 | 101101 | 10100010 | 0 | 1001100 | 1100 | 11100 | 100110101 | 111101 | 101101 |
Color Harmonies of #B82DA2
Complementary color
Monochromatic Colors of #B82DA2
Black with #B82DA2
Text Example
Text Example
White with #B82DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82DA2; }
p { color: rgb(184,45,162); }
H1.HeaderClassName
{
color: #B82DA2;
}
.AnyTagClassName
{
color: #B82DA2;
}
</style>
background-color css
<style>
a { background-color: #B82DA2; }
a { background-color: rgb(184,45,162); }
div.DivClassName
{
background-color: #B82DA2;
}
.BgClassName
{
background-color: #B82DA2;
}
</style>
border-color css
<style>
span { border-color: #B82DA2; }
span { border-color: rgb(184,45,162); }
td.TdClassName
{
border-color: #B82DA2;
}
.TagClassName
{
border-color: #B82DA2;
}
</style>