Shades of Medium Red Violet #B82A8B
Tints of Medium Red Violet #B82A8B
RGB
CMYK
RGB Variations
Color information
#B82A8B (or 0xB82A8B) is known color: Medium Red Violet. HEX triplet: B8, 2A and 8B. RGB value is (184,42,139). Sum of RGB (Red+Green+Blue) = 184+42+139=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82A8B is #47D574. Grayscale: #5F5F5F. Windows color (decimal): -4707701 or 9120440. OLE color: 9120440.
HSL color Cylindrical-coordinate representation of color #B82A8B: hue angle of 319.01º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82A8B is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 42 | 139 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.28 |
| HSL | 319.01º | 0.63% | 0.44% | - |
| HSV(B) | 319.01º | 0.77% | 0.72% | - |
| XYZ | 25.26 | 13.71 | 25.74 | - |
| YUV | 95.52 | 152.54 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 139 | 0 | 0.77 | 0.24 | 0.28 | 319.01 | 0.63 | 0.44 |
| Hex | B8 | 2A | 8B | 0 | 4D | 18 | 1C | 13F | 3F | 2C |
| Octal | 270 | 52 | 213 | 0 | 115 | 30 | 34 | 477 | 77 | 54 |
| Binary | 10111000 | 101010 | 10001011 | 0 | 1001101 | 11000 | 11100 | 100111111 | 111111 | 101100 |
Color Harmonies of #B82A8B
Complementary color
Monochromatic Colors of #B82A8B
Black with #B82A8B
Text Example
Text Example
White with #B82A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82A8B; }
p { color: rgb(184,42,139); }
H1.HeaderClassName
{
color: #B82A8B;
}
.AnyTagClassName
{
color: #B82A8B;
}
</style>
background-color css
<style>
a { background-color: #B82A8B; }
a { background-color: rgb(184,42,139); }
div.DivClassName
{
background-color: #B82A8B;
}
.BgClassName
{
background-color: #B82A8B;
}
</style>
border-color css
<style>
span { border-color: #B82A8B; }
span { border-color: rgb(184,42,139); }
td.TdClassName
{
border-color: #B82A8B;
}
.TagClassName
{
border-color: #B82A8B;
}
</style>