Shades of Medium Red Violet #B82A8C
Tints of Medium Red Violet #B82A8C
RGB
CMYK
RGB Variations
Color information
#B82A8C (or 0xB82A8C) is known color: Medium Red Violet. HEX triplet: B8, 2A and 8C. RGB value is (184,42,140). Sum of RGB (Red+Green+Blue) = 184+42+140=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82A8C is #47D573. Grayscale: #5F5F5F. Windows color (decimal): -4707700 or 9185976. OLE color: 9185976.
HSL color Cylindrical-coordinate representation of color #B82A8C: hue angle of 318.59º 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 #B82A8C is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 42 | 140 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.28 |
| HSL | 318.59º | 0.63% | 0.44% | - |
| HSV(B) | 318.59º | 0.77% | 0.72% | - |
| XYZ | 25.33 | 13.74 | 26.13 | - |
| YUV | 95.63 | 153.04 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 140 | 0 | 0.77 | 0.24 | 0.28 | 318.59 | 0.63 | 0.44 |
| Hex | B8 | 2A | 8C | 0 | 4D | 18 | 1C | 13F | 3F | 2C |
| Octal | 270 | 52 | 214 | 0 | 115 | 30 | 34 | 477 | 77 | 54 |
| Binary | 10111000 | 101010 | 10001100 | 0 | 1001101 | 11000 | 11100 | 100111111 | 111111 | 101100 |
Color Harmonies of #B82A8C
Complementary color
Monochromatic Colors of #B82A8C
Black with #B82A8C
Text Example
Text Example
White with #B82A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82A8C; }
p { color: rgb(184,42,140); }
H1.HeaderClassName
{
color: #B82A8C;
}
.AnyTagClassName
{
color: #B82A8C;
}
</style>
background-color css
<style>
a { background-color: #B82A8C; }
a { background-color: rgb(184,42,140); }
div.DivClassName
{
background-color: #B82A8C;
}
.BgClassName
{
background-color: #B82A8C;
}
</style>
border-color css
<style>
span { border-color: #B82A8C; }
span { border-color: rgb(184,42,140); }
td.TdClassName
{
border-color: #B82A8C;
}
.TagClassName
{
border-color: #B82A8C;
}
</style>