Shades of Medium Violet Red #B81B7E
Tints of Medium Violet Red #B81B7E
RGB
CMYK
RGB Variations
Color information
#B81B7E (or 0xB81B7E) is known color: Medium Violet Red. HEX triplet: B8, 1B and 7E. RGB value is (184,27,126). Sum of RGB (Red+Green+Blue) = 184+27+126=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81B7E is #47E481. Grayscale: #545454. Windows color (decimal): -4711554 or 8264632. OLE color: 8264632.
HSL color Cylindrical-coordinate representation of color #B81B7E: hue angle of 322.17º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81B7E is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 27 | 126 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.28 |
| HSL | 322.17º | 0.74% | 0.41% | - |
| HSV(B) | 322.17º | 0.85% | 0.72% | - |
| XYZ | 23.93 | 12.48 | 20.89 | - |
| YUV | 85.23 | 151.01 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 126 | 0 | 0.85 | 0.32 | 0.28 | 322.17 | 0.74 | 0.41 |
| Hex | B8 | 1B | 7E | 0 | 55 | 20 | 1C | 142 | 4A | 29 |
| Octal | 270 | 33 | 176 | 0 | 125 | 40 | 34 | 502 | 112 | 51 |
| Binary | 10111000 | 11011 | 1111110 | 0 | 1010101 | 100000 | 11100 | 101000010 | 1001010 | 101001 |
Color Harmonies of #B81B7E
Complementary color
Monochromatic Colors of #B81B7E
Black with #B81B7E
Text Example
Text Example
White with #B81B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81B7E; }
p { color: rgb(184,27,126); }
H1.HeaderClassName
{
color: #B81B7E;
}
.AnyTagClassName
{
color: #B81B7E;
}
</style>
background-color css
<style>
a { background-color: #B81B7E; }
a { background-color: rgb(184,27,126); }
div.DivClassName
{
background-color: #B81B7E;
}
.BgClassName
{
background-color: #B81B7E;
}
</style>
border-color css
<style>
span { border-color: #B81B7E; }
span { border-color: rgb(184,27,126); }
td.TdClassName
{
border-color: #B81B7E;
}
.TagClassName
{
border-color: #B81B7E;
}
</style>