Shades of Medium Violet Red #B813A0
Tints of Medium Violet Red #B813A0
RGB
CMYK
RGB Variations
Color information
#B813A0 (or 0xB813A0) is known color: Medium Violet Red. HEX triplet: B8, 13 and A0. RGB value is (184,19,160). Sum of RGB (Red+Green+Blue) = 184+19+160=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B813A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B813A0 is #47EC5F. Grayscale: #545454. Windows color (decimal): -4713568 or 10490808. OLE color: 10490808.
HSL color Cylindrical-coordinate representation of color #B813A0: hue angle of 308.73º degrees, saturation: 0.81, 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 #B813A0 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 160 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.28 |
| HSL | 308.73º | 0.81% | 0.4% | - |
| HSV(B) | 308.73º | 0.9% | 0.72% | - |
| XYZ | 26.35 | 13.19 | 34.42 | - |
| YUV | 84.41 | 170.66 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 160 | 0 | 0.90 | 0.13 | 0.28 | 308.73 | 0.81 | 0.4 |
| Hex | B8 | 13 | A0 | 0 | 5A | D | 1C | 135 | 51 | 28 |
| Octal | 270 | 23 | 240 | 0 | 132 | 15 | 34 | 465 | 121 | 50 |
| Binary | 10111000 | 10011 | 10100000 | 0 | 1011010 | 1101 | 11100 | 100110101 | 1010001 | 101000 |
Color Harmonies of #B813A0
Complementary color
Monochromatic Colors of #B813A0
Black with #B813A0
Text Example
Text Example
White with #B813A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B813A0; }
p { color: rgb(184,19,160); }
H1.HeaderClassName
{
color: #B813A0;
}
.AnyTagClassName
{
color: #B813A0;
}
</style>
background-color css
<style>
a { background-color: #B813A0; }
a { background-color: rgb(184,19,160); }
div.DivClassName
{
background-color: #B813A0;
}
.BgClassName
{
background-color: #B813A0;
}
</style>
border-color css
<style>
span { border-color: #B813A0; }
span { border-color: rgb(184,19,160); }
td.TdClassName
{
border-color: #B813A0;
}
.TagClassName
{
border-color: #B813A0;
}
</style>