Shades of Medium Violet Red #B81E7E
Tints of Medium Violet Red #B81E7E
RGB
CMYK
RGB Variations
Color information
#B81E7E (or 0xB81E7E) is known color: Medium Violet Red. HEX triplet: B8, 1E and 7E. RGB value is (184,30,126). Sum of RGB (Red+Green+Blue) = 184+30+126=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81E7E is #47E181. Grayscale: #565656. Windows color (decimal): -4710786 or 8265400. OLE color: 8265400.
HSL color Cylindrical-coordinate representation of color #B81E7E: hue angle of 322.6º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81E7E is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 30 | 126 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.28 |
| HSL | 322.6º | 0.72% | 0.42% | - |
| HSV(B) | 322.6º | 0.84% | 0.72% | - |
| XYZ | 24 | 12.63 | 20.91 | - |
| YUV | 86.99 | 150.02 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 126 | 0 | 0.84 | 0.32 | 0.28 | 322.6 | 0.72 | 0.42 |
| Hex | B8 | 1E | 7E | 0 | 54 | 20 | 1C | 143 | 48 | 2A |
| Octal | 270 | 36 | 176 | 0 | 124 | 40 | 34 | 503 | 110 | 52 |
| Binary | 10111000 | 11110 | 1111110 | 0 | 1010100 | 100000 | 11100 | 101000011 | 1001000 | 101010 |
Color Harmonies of #B81E7E
Complementary color
Monochromatic Colors of #B81E7E
Black with #B81E7E
Text Example
Text Example
White with #B81E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81E7E; }
p { color: rgb(184,30,126); }
H1.HeaderClassName
{
color: #B81E7E;
}
.AnyTagClassName
{
color: #B81E7E;
}
</style>
background-color css
<style>
a { background-color: #B81E7E; }
a { background-color: rgb(184,30,126); }
div.DivClassName
{
background-color: #B81E7E;
}
.BgClassName
{
background-color: #B81E7E;
}
</style>
border-color css
<style>
span { border-color: #B81E7E; }
span { border-color: rgb(184,30,126); }
td.TdClassName
{
border-color: #B81E7E;
}
.TagClassName
{
border-color: #B81E7E;
}
</style>