Shades of Medium Red Violet #B84084
Tints of Medium Red Violet #B84084
RGB
CMYK
RGB Variations
Color information
#B84084 (or 0xB84084) is known color: Medium Red Violet. HEX triplet: B8, 40 and 84. RGB value is (184,64,132). Sum of RGB (Red+Green+Blue) = 184+64+132=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B84084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84084 is #47BF7B. Grayscale: #6B6B6B. Windows color (decimal): -4702076 or 8667320. OLE color: 8667320.
HSL color Cylindrical-coordinate representation of color #B84084: hue angle of 326º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84084 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 132 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.28 |
| HSL | 326º | 0.48% | 0.49% | - |
| HSV(B) | 326º | 0.65% | 0.72% | - |
| XYZ | 25.77 | 15.52 | 23.47 | - |
| YUV | 107.63 | 141.76 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 132 | 0 | 0.65 | 0.28 | 0.28 | 326 | 0.48 | 0.49 |
| Hex | B8 | 40 | 84 | 0 | 41 | 1C | 1C | 146 | 30 | 31 |
| Octal | 270 | 100 | 204 | 0 | 101 | 34 | 34 | 506 | 60 | 61 |
| Binary | 10111000 | 1000000 | 10000100 | 0 | 1000001 | 11100 | 11100 | 101000110 | 110000 | 110001 |
Color Harmonies of #B84084
Complementary color
Monochromatic Colors of #B84084
Black with #B84084
Text Example
Text Example
White with #B84084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84084; }
p { color: rgb(184,64,132); }
H1.HeaderClassName
{
color: #B84084;
}
.AnyTagClassName
{
color: #B84084;
}
</style>
background-color css
<style>
a { background-color: #B84084; }
a { background-color: rgb(184,64,132); }
div.DivClassName
{
background-color: #B84084;
}
.BgClassName
{
background-color: #B84084;
}
</style>
border-color css
<style>
span { border-color: #B84084; }
span { border-color: rgb(184,64,132); }
td.TdClassName
{
border-color: #B84084;
}
.TagClassName
{
border-color: #B84084;
}
</style>