Shades of Medium Red Violet #B82DA5
Tints of Medium Red Violet #B82DA5
RGB
CMYK
RGB Variations
Color information
#B82DA5 (or 0xB82DA5) is known color: Medium Red Violet. HEX triplet: B8, 2D and A5. RGB value is (184,45,165). Sum of RGB (Red+Green+Blue) = 184+45+165=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B82DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82DA5 is #47D25A. Grayscale: #636363. Windows color (decimal): -4706907 or 10825144. OLE color: 10825144.
HSL color Cylindrical-coordinate representation of color #B82DA5: hue angle of 308.2º 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 #B82DA5 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 165 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.28 |
| HSL | 308.2º | 0.61% | 0.45% | - |
| HSV(B) | 308.2º | 0.76% | 0.72% | - |
| XYZ | 27.5 | 14.78 | 37 | - |
| YUV | 100.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 165 | 0 | 0.76 | 0.10 | 0.28 | 308.2 | 0.61 | 0.45 |
| Hex | B8 | 2D | A5 | 0 | 4C | A | 1C | 134 | 3D | 2D |
| Octal | 270 | 55 | 245 | 0 | 114 | 12 | 34 | 464 | 75 | 55 |
| Binary | 10111000 | 101101 | 10100101 | 0 | 1001100 | 1010 | 11100 | 100110100 | 111101 | 101101 |
Color Harmonies of #B82DA5
Complementary color
Monochromatic Colors of #B82DA5
Black with #B82DA5
Text Example
Text Example
White with #B82DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82DA5; }
p { color: rgb(184,45,165); }
H1.HeaderClassName
{
color: #B82DA5;
}
.AnyTagClassName
{
color: #B82DA5;
}
</style>
background-color css
<style>
a { background-color: #B82DA5; }
a { background-color: rgb(184,45,165); }
div.DivClassName
{
background-color: #B82DA5;
}
.BgClassName
{
background-color: #B82DA5;
}
</style>
border-color css
<style>
span { border-color: #B82DA5; }
span { border-color: rgb(184,45,165); }
td.TdClassName
{
border-color: #B82DA5;
}
.TagClassName
{
border-color: #B82DA5;
}
</style>