Shades of Medium Violet Red #B81E7A
Tints of Medium Violet Red #B81E7A
RGB
CMYK
RGB Variations
Color information
#B81E7A (or 0xB81E7A) is known color: Medium Violet Red. HEX triplet: B8, 1E and 7A. RGB value is (184,30,122). Sum of RGB (Red+Green+Blue) = 184+30+122=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81E7A is #47E185. Grayscale: #565656. Windows color (decimal): -4710790 or 8003256. OLE color: 8003256.
HSL color Cylindrical-coordinate representation of color #B81E7A: hue angle of 324.16º 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 #B81E7A is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 30 | 122 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.28 |
| HSL | 324.16º | 0.72% | 0.42% | - |
| HSV(B) | 324.16º | 0.84% | 0.72% | - |
| XYZ | 23.74 | 12.52 | 19.58 | - |
| YUV | 86.53 | 148.02 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 122 | 0 | 0.84 | 0.34 | 0.28 | 324.16 | 0.72 | 0.42 |
| Hex | B8 | 1E | 7A | 0 | 54 | 22 | 1C | 144 | 48 | 2A |
| Octal | 270 | 36 | 172 | 0 | 124 | 42 | 34 | 504 | 110 | 52 |
| Binary | 10111000 | 11110 | 1111010 | 0 | 1010100 | 100010 | 11100 | 101000100 | 1001000 | 101010 |
Color Harmonies of #B81E7A
Complementary color
Monochromatic Colors of #B81E7A
Black with #B81E7A
Text Example
Text Example
White with #B81E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81E7A; }
p { color: rgb(184,30,122); }
H1.HeaderClassName
{
color: #B81E7A;
}
.AnyTagClassName
{
color: #B81E7A;
}
</style>
background-color css
<style>
a { background-color: #B81E7A; }
a { background-color: rgb(184,30,122); }
div.DivClassName
{
background-color: #B81E7A;
}
.BgClassName
{
background-color: #B81E7A;
}
</style>
border-color css
<style>
span { border-color: #B81E7A; }
span { border-color: rgb(184,30,122); }
td.TdClassName
{
border-color: #B81E7A;
}
.TagClassName
{
border-color: #B81E7A;
}
</style>