Shades of Medium Violet Red #B81EA3
Tints of Medium Violet Red #B81EA3
RGB
CMYK
RGB Variations
Color information
#B81EA3 (or 0xB81EA3) is known color: Medium Violet Red. HEX triplet: B8, 1E and A3. RGB value is (184,30,163). Sum of RGB (Red+Green+Blue) = 184+30+163=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B81EA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81EA3 is #47E15C. Grayscale: #5A5A5A. Windows color (decimal): -4710749 or 10690232. OLE color: 10690232.
HSL color Cylindrical-coordinate representation of color #B81EA3: hue angle of 308.18º 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 #B81EA3 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 30 | 163 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.28 |
| HSL | 308.18º | 0.72% | 0.42% | - |
| HSV(B) | 308.18º | 0.84% | 0.72% | - |
| XYZ | 26.84 | 13.76 | 35.89 | - |
| YUV | 91.21 | 168.52 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 163 | 0 | 0.84 | 0.11 | 0.28 | 308.18 | 0.72 | 0.42 |
| Hex | B8 | 1E | A3 | 0 | 54 | B | 1C | 134 | 48 | 2A |
| Octal | 270 | 36 | 243 | 0 | 124 | 13 | 34 | 464 | 110 | 52 |
| Binary | 10111000 | 11110 | 10100011 | 0 | 1010100 | 1011 | 11100 | 100110100 | 1001000 | 101010 |
Color Harmonies of #B81EA3
Complementary color
Monochromatic Colors of #B81EA3
Black with #B81EA3
Text Example
Text Example
White with #B81EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81EA3; }
p { color: rgb(184,30,163); }
H1.HeaderClassName
{
color: #B81EA3;
}
.AnyTagClassName
{
color: #B81EA3;
}
</style>
background-color css
<style>
a { background-color: #B81EA3; }
a { background-color: rgb(184,30,163); }
div.DivClassName
{
background-color: #B81EA3;
}
.BgClassName
{
background-color: #B81EA3;
}
</style>
border-color css
<style>
span { border-color: #B81EA3; }
span { border-color: rgb(184,30,163); }
td.TdClassName
{
border-color: #B81EA3;
}
.TagClassName
{
border-color: #B81EA3;
}
</style>