Shades of Medium Violet Red #B81281
Tints of Medium Violet Red #B81281
RGB
CMYK
RGB Variations
Color information
#B81281 (or 0xB81281) is known color: Medium Violet Red. HEX triplet: B8, 12 and 81. RGB value is (184,18,129). Sum of RGB (Red+Green+Blue) = 184+18+129=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B81281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81281 is #47ED7E. Grayscale: #505050. Windows color (decimal): -4713855 or 8458936. OLE color: 8458936.
HSL color Cylindrical-coordinate representation of color #B81281: hue angle of 319.88º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81281 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 129 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.28 |
| HSL | 319.88º | 0.82% | 0.4% | - |
| HSV(B) | 319.88º | 0.9% | 0.72% | - |
| XYZ | 23.95 | 12.21 | 21.86 | - |
| YUV | 80.29 | 155.5 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 129 | 0 | 0.90 | 0.30 | 0.28 | 319.88 | 0.82 | 0.4 |
| Hex | B8 | 12 | 81 | 0 | 5A | 1E | 1C | 140 | 52 | 28 |
| Octal | 270 | 22 | 201 | 0 | 132 | 36 | 34 | 500 | 122 | 50 |
| Binary | 10111000 | 10010 | 10000001 | 0 | 1011010 | 11110 | 11100 | 101000000 | 1010010 | 101000 |
Color Harmonies of #B81281
Complementary color
Monochromatic Colors of #B81281
Black with #B81281
Text Example
Text Example
White with #B81281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81281; }
p { color: rgb(184,18,129); }
H1.HeaderClassName
{
color: #B81281;
}
.AnyTagClassName
{
color: #B81281;
}
</style>
background-color css
<style>
a { background-color: #B81281; }
a { background-color: rgb(184,18,129); }
div.DivClassName
{
background-color: #B81281;
}
.BgClassName
{
background-color: #B81281;
}
</style>
border-color css
<style>
span { border-color: #B81281; }
span { border-color: rgb(184,18,129); }
td.TdClassName
{
border-color: #B81281;
}
.TagClassName
{
border-color: #B81281;
}
</style>