Shades of Medium Red Violet #B84382
Tints of Medium Red Violet #B84382
RGB
CMYK
RGB Variations
Color information
#B84382 (or 0xB84382) is known color: Medium Red Violet. HEX triplet: B8, 43 and 82. RGB value is (184,67,130). Sum of RGB (Red+Green+Blue) = 184+67+130=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B84382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84382 is #47BC7D. Grayscale: #6D6D6D. Windows color (decimal): -4701310 or 8537016. OLE color: 8537016.
HSL color Cylindrical-coordinate representation of color #B84382: hue angle of 327.69º 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 #B84382 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 67 | 130 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.28 |
| HSL | 327.69º | 0.47% | 0.49% | - |
| HSV(B) | 327.69º | 0.64% | 0.72% | - |
| XYZ | 25.8 | 15.82 | 22.81 | - |
| YUV | 109.17 | 139.76 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 130 | 0 | 0.64 | 0.29 | 0.28 | 327.69 | 0.47 | 0.49 |
| Hex | B8 | 43 | 82 | 0 | 40 | 1D | 1C | 148 | 2F | 31 |
| Octal | 270 | 103 | 202 | 0 | 100 | 35 | 34 | 510 | 57 | 61 |
| Binary | 10111000 | 1000011 | 10000010 | 0 | 1000000 | 11101 | 11100 | 101001000 | 101111 | 110001 |
Color Harmonies of #B84382
Complementary color
Monochromatic Colors of #B84382
Black with #B84382
Text Example
Text Example
White with #B84382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84382; }
p { color: rgb(184,67,130); }
H1.HeaderClassName
{
color: #B84382;
}
.AnyTagClassName
{
color: #B84382;
}
</style>
background-color css
<style>
a { background-color: #B84382; }
a { background-color: rgb(184,67,130); }
div.DivClassName
{
background-color: #B84382;
}
.BgClassName
{
background-color: #B84382;
}
</style>
border-color css
<style>
span { border-color: #B84382; }
span { border-color: rgb(184,67,130); }
td.TdClassName
{
border-color: #B84382;
}
.TagClassName
{
border-color: #B84382;
}
</style>