Shades of Medium Red Violet #B84282
Tints of Medium Red Violet #B84282
RGB
CMYK
RGB Variations
Color information
#B84282 (or 0xB84282) is known color: Medium Red Violet. HEX triplet: B8, 42 and 82. RGB value is (184,66,130). Sum of RGB (Red+Green+Blue) = 184+66+130=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B84282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84282 is #47BD7D. Grayscale: #6C6C6C. Windows color (decimal): -4701566 or 8536760. OLE color: 8536760.
HSL color Cylindrical-coordinate representation of color #B84282: hue angle of 327.46º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B84282 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 130 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.28 |
| HSL | 327.46º | 0.47% | 0.49% | - |
| HSV(B) | 327.46º | 0.64% | 0.72% | - |
| XYZ | 25.74 | 15.7 | 22.79 | - |
| YUV | 108.58 | 140.09 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 130 | 0 | 0.64 | 0.29 | 0.28 | 327.46 | 0.47 | 0.49 |
| Hex | B8 | 42 | 82 | 0 | 40 | 1D | 1C | 147 | 2F | 31 |
| Octal | 270 | 102 | 202 | 0 | 100 | 35 | 34 | 507 | 57 | 61 |
| Binary | 10111000 | 1000010 | 10000010 | 0 | 1000000 | 11101 | 11100 | 101000111 | 101111 | 110001 |
Color Harmonies of #B84282
Complementary color
Monochromatic Colors of #B84282
Black with #B84282
Text Example
Text Example
White with #B84282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84282; }
p { color: rgb(184,66,130); }
H1.HeaderClassName
{
color: #B84282;
}
.AnyTagClassName
{
color: #B84282;
}
</style>
background-color css
<style>
a { background-color: #B84282; }
a { background-color: rgb(184,66,130); }
div.DivClassName
{
background-color: #B84282;
}
.BgClassName
{
background-color: #B84282;
}
</style>
border-color css
<style>
span { border-color: #B84282; }
span { border-color: rgb(184,66,130); }
td.TdClassName
{
border-color: #B84282;
}
.TagClassName
{
border-color: #B84282;
}
</style>