Shades of Medium Violet Red #B81484
Tints of Medium Violet Red #B81484
RGB
CMYK
RGB Variations
Color information
#B81484 (or 0xB81484) is known color: Medium Violet Red. HEX triplet: B8, 14 and 84. RGB value is (184,20,132). Sum of RGB (Red+Green+Blue) = 184+20+132=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B81484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81484 is #47EB7B. Grayscale: #515151. Windows color (decimal): -4713340 or 8656056. OLE color: 8656056.
HSL color Cylindrical-coordinate representation of color #B81484: hue angle of 319.02º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81484 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 132 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.28 |
| HSL | 319.02º | 0.8% | 0.4% | - |
| HSV(B) | 319.02º | 0.89% | 0.72% | - |
| XYZ | 24.18 | 12.36 | 22.94 | - |
| YUV | 81.8 | 156.33 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 132 | 0 | 0.89 | 0.28 | 0.28 | 319.02 | 0.8 | 0.4 |
| Hex | B8 | 14 | 84 | 0 | 59 | 1C | 1C | 13F | 50 | 28 |
| Octal | 270 | 24 | 204 | 0 | 131 | 34 | 34 | 477 | 120 | 50 |
| Binary | 10111000 | 10100 | 10000100 | 0 | 1011001 | 11100 | 11100 | 100111111 | 1010000 | 101000 |
Color Harmonies of #B81484
Complementary color
Monochromatic Colors of #B81484
Black with #B81484
Text Example
Text Example
White with #B81484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81484; }
p { color: rgb(184,20,132); }
H1.HeaderClassName
{
color: #B81484;
}
.AnyTagClassName
{
color: #B81484;
}
</style>
background-color css
<style>
a { background-color: #B81484; }
a { background-color: rgb(184,20,132); }
div.DivClassName
{
background-color: #B81484;
}
.BgClassName
{
background-color: #B81484;
}
</style>
border-color css
<style>
span { border-color: #B81484; }
span { border-color: rgb(184,20,132); }
td.TdClassName
{
border-color: #B81484;
}
.TagClassName
{
border-color: #B81484;
}
</style>