Shades of Medium Violet Red #B803A0
Tints of Medium Violet Red #B803A0
RGB
CMYK
RGB Variations
Color information
#B803A0 (or 0xB803A0) is known color: Medium Violet Red. HEX triplet: B8, 03 and A0. RGB value is (184,3,160). Sum of RGB (Red+Green+Blue) = 184+3+160=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 160 (62.89% from 255 or 46.11% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B803A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B803A0 is #47FC5F. Grayscale: #4A4A4A. Windows color (decimal): -4717664 or 10486712. OLE color: 10486712.
HSL color Cylindrical-coordinate representation of color #B803A0: hue angle of 307.96º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B803A0 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 160 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.28 |
| HSL | 307.96º | 0.97% | 0.37% | - |
| HSV(B) | 307.96º | 0.98% | 0.72% | - |
| XYZ | 26.14 | 12.79 | 34.35 | - |
| YUV | 75.02 | 175.97 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 160 | 0 | 0.98 | 0.13 | 0.28 | 307.96 | 0.97 | 0.37 |
| Hex | B8 | 3 | A0 | 0 | 62 | D | 1C | 134 | 61 | 25 |
| Octal | 270 | 3 | 240 | 0 | 142 | 15 | 34 | 464 | 141 | 45 |
| Binary | 10111000 | 11 | 10100000 | 0 | 1100010 | 1101 | 11100 | 100110100 | 1100001 | 100101 |
Color Harmonies of #B803A0
Complementary color
Monochromatic Colors of #B803A0
Black with #B803A0
Text Example
Text Example
White with #B803A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B803A0; }
p { color: rgb(184,3,160); }
H1.HeaderClassName
{
color: #B803A0;
}
.AnyTagClassName
{
color: #B803A0;
}
</style>
background-color css
<style>
a { background-color: #B803A0; }
a { background-color: rgb(184,3,160); }
div.DivClassName
{
background-color: #B803A0;
}
.BgClassName
{
background-color: #B803A0;
}
</style>
border-color css
<style>
span { border-color: #B803A0; }
span { border-color: rgb(184,3,160); }
td.TdClassName
{
border-color: #B803A0;
}
.TagClassName
{
border-color: #B803A0;
}
</style>