Shades of Medium Red Violet #B82384
Tints of Medium Red Violet #B82384
RGB
CMYK
RGB Variations
Color information
#B82384 (or 0xB82384) is known color: Medium Red Violet. HEX triplet: B8, 23 and 84. RGB value is (184,35,132). Sum of RGB (Red+Green+Blue) = 184+35+132=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B82384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82384 is #47DC7B. Grayscale: #5A5A5A. Windows color (decimal): -4709500 or 8659896. OLE color: 8659896.
HSL color Cylindrical-coordinate representation of color #B82384: hue angle of 320.94º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82384 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 35 | 132 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.28 |
| HSL | 320.94º | 0.68% | 0.43% | - |
| HSV(B) | 320.94º | 0.81% | 0.72% | - |
| XYZ | 24.53 | 13.06 | 23.06 | - |
| YUV | 90.61 | 151.36 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 35 | 132 | 0 | 0.81 | 0.28 | 0.28 | 320.94 | 0.68 | 0.43 |
| Hex | B8 | 23 | 84 | 0 | 51 | 1C | 1C | 141 | 44 | 2B |
| Octal | 270 | 43 | 204 | 0 | 121 | 34 | 34 | 501 | 104 | 53 |
| Binary | 10111000 | 100011 | 10000100 | 0 | 1010001 | 11100 | 11100 | 101000001 | 1000100 | 101011 |
Color Harmonies of #B82384
Complementary color
Monochromatic Colors of #B82384
Black with #B82384
Text Example
Text Example
White with #B82384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82384; }
p { color: rgb(184,35,132); }
H1.HeaderClassName
{
color: #B82384;
}
.AnyTagClassName
{
color: #B82384;
}
</style>
background-color css
<style>
a { background-color: #B82384; }
a { background-color: rgb(184,35,132); }
div.DivClassName
{
background-color: #B82384;
}
.BgClassName
{
background-color: #B82384;
}
</style>
border-color css
<style>
span { border-color: #B82384; }
span { border-color: rgb(184,35,132); }
td.TdClassName
{
border-color: #B82384;
}
.TagClassName
{
border-color: #B82384;
}
</style>