Shades of Medium Violet Red #B81880
Tints of Medium Violet Red #B81880
RGB
CMYK
RGB Variations
Color information
#B81880 (or 0xB81880) is known color: Medium Violet Red. HEX triplet: B8, 18 and 80. RGB value is (184,24,128). Sum of RGB (Red+Green+Blue) = 184+24+128=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B81880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81880 is #47E77F. Grayscale: #535353. Windows color (decimal): -4712320 or 8394936. OLE color: 8394936.
HSL color Cylindrical-coordinate representation of color #B81880: hue angle of 321º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81880 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 24 | 128 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.28 |
| HSL | 321º | 0.77% | 0.41% | - |
| HSV(B) | 321º | 0.87% | 0.72% | - |
| XYZ | 23.99 | 12.4 | 21.55 | - |
| YUV | 83.7 | 153.01 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 128 | 0 | 0.87 | 0.30 | 0.28 | 321 | 0.77 | 0.41 |
| Hex | B8 | 18 | 80 | 0 | 57 | 1E | 1C | 141 | 4D | 29 |
| Octal | 270 | 30 | 200 | 0 | 127 | 36 | 34 | 501 | 115 | 51 |
| Binary | 10111000 | 11000 | 10000000 | 0 | 1010111 | 11110 | 11100 | 101000001 | 1001101 | 101001 |
Color Harmonies of #B81880
Complementary color
Monochromatic Colors of #B81880
Black with #B81880
Text Example
Text Example
White with #B81880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81880; }
p { color: rgb(184,24,128); }
H1.HeaderClassName
{
color: #B81880;
}
.AnyTagClassName
{
color: #B81880;
}
</style>
background-color css
<style>
a { background-color: #B81880; }
a { background-color: rgb(184,24,128); }
div.DivClassName
{
background-color: #B81880;
}
.BgClassName
{
background-color: #B81880;
}
</style>
border-color css
<style>
span { border-color: #B81880; }
span { border-color: rgb(184,24,128); }
td.TdClassName
{
border-color: #B81880;
}
.TagClassName
{
border-color: #B81880;
}
</style>