Shades of Medium Red Violet #B82D99
Tints of Medium Red Violet #B82D99
RGB
CMYK
RGB Variations
Color information
#B82D99 (or 0xB82D99) is known color: Medium Red Violet. HEX triplet: B8, 2D and 99. RGB value is (184,45,153). Sum of RGB (Red+Green+Blue) = 184+45+153=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82D99 is #47D266. Grayscale: #626262. Windows color (decimal): -4706919 or 10038712. OLE color: 10038712.
HSL color Cylindrical-coordinate representation of color #B82D99: hue angle of 313.38º 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 #B82D99 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 153 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.28 |
| HSL | 313.38º | 0.61% | 0.45% | - |
| HSV(B) | 313.38º | 0.76% | 0.72% | - |
| XYZ | 26.46 | 14.37 | 31.52 | - |
| YUV | 98.87 | 158.55 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 153 | 0 | 0.76 | 0.17 | 0.28 | 313.38 | 0.61 | 0.45 |
| Hex | B8 | 2D | 99 | 0 | 4C | 11 | 1C | 139 | 3D | 2D |
| Octal | 270 | 55 | 231 | 0 | 114 | 21 | 34 | 471 | 75 | 55 |
| Binary | 10111000 | 101101 | 10011001 | 0 | 1001100 | 10001 | 11100 | 100111001 | 111101 | 101101 |
Color Harmonies of #B82D99
Complementary color
Monochromatic Colors of #B82D99
Black with #B82D99
Text Example
Text Example
White with #B82D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D99; }
p { color: rgb(184,45,153); }
H1.HeaderClassName
{
color: #B82D99;
}
.AnyTagClassName
{
color: #B82D99;
}
</style>
background-color css
<style>
a { background-color: #B82D99; }
a { background-color: rgb(184,45,153); }
div.DivClassName
{
background-color: #B82D99;
}
.BgClassName
{
background-color: #B82D99;
}
</style>
border-color css
<style>
span { border-color: #B82D99; }
span { border-color: rgb(184,45,153); }
td.TdClassName
{
border-color: #B82D99;
}
.TagClassName
{
border-color: #B82D99;
}
</style>