Shades of Medium Violet Red #B82082
Tints of Medium Violet Red #B82082
RGB
CMYK
RGB Variations
Color information
#B82082 (or 0xB82082) is known color: Medium Violet Red. HEX triplet: B8, 20 and 82. RGB value is (184,32,130). Sum of RGB (Red+Green+Blue) = 184+32+130=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B82082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82082 is #47DF7D. Grayscale: #585858. Windows color (decimal): -4710270 or 8528056. OLE color: 8528056.
HSL color Cylindrical-coordinate representation of color #B82082: hue angle of 321.32º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B82082 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 130 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.28 |
| HSL | 321.32º | 0.7% | 0.42% | - |
| HSV(B) | 321.32º | 0.83% | 0.72% | - |
| XYZ | 24.31 | 12.84 | 22.32 | - |
| YUV | 88.62 | 151.36 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 130 | 0 | 0.83 | 0.29 | 0.28 | 321.32 | 0.7 | 0.42 |
| Hex | B8 | 20 | 82 | 0 | 53 | 1D | 1C | 141 | 46 | 2A |
| Octal | 270 | 40 | 202 | 0 | 123 | 35 | 34 | 501 | 106 | 52 |
| Binary | 10111000 | 100000 | 10000010 | 0 | 1010011 | 11101 | 11100 | 101000001 | 1000110 | 101010 |
Color Harmonies of #B82082
Complementary color
Monochromatic Colors of #B82082
Black with #B82082
Text Example
Text Example
White with #B82082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82082; }
p { color: rgb(184,32,130); }
H1.HeaderClassName
{
color: #B82082;
}
.AnyTagClassName
{
color: #B82082;
}
</style>
background-color css
<style>
a { background-color: #B82082; }
a { background-color: rgb(184,32,130); }
div.DivClassName
{
background-color: #B82082;
}
.BgClassName
{
background-color: #B82082;
}
</style>
border-color css
<style>
span { border-color: #B82082; }
span { border-color: rgb(184,32,130); }
td.TdClassName
{
border-color: #B82082;
}
.TagClassName
{
border-color: #B82082;
}
</style>