Shades of Medium Red Violet #B82A8E
Tints of Medium Red Violet #B82A8E
RGB
CMYK
RGB Variations
Color information
#B82A8E (or 0xB82A8E) is known color: Medium Red Violet. HEX triplet: B8, 2A and 8E. RGB value is (184,42,142). Sum of RGB (Red+Green+Blue) = 184+42+142=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82A8E is #47D571. Grayscale: #5F5F5F. Windows color (decimal): -4707698 or 9317048. OLE color: 9317048.
HSL color Cylindrical-coordinate representation of color #B82A8E: hue angle of 317.75º 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 #B82A8E is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 42 | 142 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.28 |
| HSL | 317.75º | 0.63% | 0.44% | - |
| HSV(B) | 317.75º | 0.77% | 0.72% | - |
| XYZ | 25.48 | 13.8 | 26.91 | - |
| YUV | 95.86 | 154.04 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 142 | 0 | 0.77 | 0.23 | 0.28 | 317.75 | 0.63 | 0.44 |
| Hex | B8 | 2A | 8E | 0 | 4D | 17 | 1C | 13E | 3F | 2C |
| Octal | 270 | 52 | 216 | 0 | 115 | 27 | 34 | 476 | 77 | 54 |
| Binary | 10111000 | 101010 | 10001110 | 0 | 1001101 | 10111 | 11100 | 100111110 | 111111 | 101100 |
Color Harmonies of #B82A8E
Complementary color
Monochromatic Colors of #B82A8E
Black with #B82A8E
Text Example
Text Example
White with #B82A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82A8E; }
p { color: rgb(184,42,142); }
H1.HeaderClassName
{
color: #B82A8E;
}
.AnyTagClassName
{
color: #B82A8E;
}
</style>
background-color css
<style>
a { background-color: #B82A8E; }
a { background-color: rgb(184,42,142); }
div.DivClassName
{
background-color: #B82A8E;
}
.BgClassName
{
background-color: #B82A8E;
}
</style>
border-color css
<style>
span { border-color: #B82A8E; }
span { border-color: rgb(184,42,142); }
td.TdClassName
{
border-color: #B82A8E;
}
.TagClassName
{
border-color: #B82A8E;
}
</style>