Shades of Medium Red Violet #B82D9E
Tints of Medium Red Violet #B82D9E
RGB
CMYK
RGB Variations
Color information
#B82D9E (or 0xB82D9E) is known color: Medium Red Violet. HEX triplet: B8, 2D and 9E. RGB value is (184,45,158). Sum of RGB (Red+Green+Blue) = 184+45+158=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82D9E is #47D261. Grayscale: #636363. Windows color (decimal): -4706914 or 10366392. OLE color: 10366392.
HSL color Cylindrical-coordinate representation of color #B82D9E: hue angle of 311.22º 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 #B82D9E is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 158 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.28 |
| HSL | 311.22º | 0.61% | 0.45% | - |
| HSV(B) | 311.22º | 0.76% | 0.72% | - |
| XYZ | 26.88 | 14.54 | 33.74 | - |
| YUV | 99.44 | 161.05 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 158 | 0 | 0.76 | 0.14 | 0.28 | 311.22 | 0.61 | 0.45 |
| Hex | B8 | 2D | 9E | 0 | 4C | E | 1C | 137 | 3D | 2D |
| Octal | 270 | 55 | 236 | 0 | 114 | 16 | 34 | 467 | 75 | 55 |
| Binary | 10111000 | 101101 | 10011110 | 0 | 1001100 | 1110 | 11100 | 100110111 | 111101 | 101101 |
Color Harmonies of #B82D9E
Complementary color
Monochromatic Colors of #B82D9E
Black with #B82D9E
Text Example
Text Example
White with #B82D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D9E; }
p { color: rgb(184,45,158); }
H1.HeaderClassName
{
color: #B82D9E;
}
.AnyTagClassName
{
color: #B82D9E;
}
</style>
background-color css
<style>
a { background-color: #B82D9E; }
a { background-color: rgb(184,45,158); }
div.DivClassName
{
background-color: #B82D9E;
}
.BgClassName
{
background-color: #B82D9E;
}
</style>
border-color css
<style>
span { border-color: #B82D9E; }
span { border-color: rgb(184,45,158); }
td.TdClassName
{
border-color: #B82D9E;
}
.TagClassName
{
border-color: #B82D9E;
}
</style>