Shades of Medium Violet Red #B805A0
Tints of Medium Violet Red #B805A0
RGB
CMYK
RGB Variations
Color information
#B805A0 (or 0xB805A0) is known color: Medium Violet Red. HEX triplet: B8, 05 and A0. RGB value is (184,5,160). Sum of RGB (Red+Green+Blue) = 184+5+160=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B805A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B805A0 is #47FA5F. Grayscale: #4B4B4B. Windows color (decimal): -4717152 or 10487224. OLE color: 10487224.
HSL color Cylindrical-coordinate representation of color #B805A0: hue angle of 308.04º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B805A0 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 160 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.28 |
| HSL | 308.04º | 0.95% | 0.37% | - |
| HSV(B) | 308.04º | 0.97% | 0.72% | - |
| XYZ | 26.17 | 12.84 | 34.36 | - |
| YUV | 76.19 | 175.3 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 160 | 0 | 0.97 | 0.13 | 0.28 | 308.04 | 0.95 | 0.37 |
| Hex | B8 | 5 | A0 | 0 | 61 | D | 1C | 134 | 5F | 25 |
| Octal | 270 | 5 | 240 | 0 | 141 | 15 | 34 | 464 | 137 | 45 |
| Binary | 10111000 | 101 | 10100000 | 0 | 1100001 | 1101 | 11100 | 100110100 | 1011111 | 100101 |
Color Harmonies of #B805A0
Complementary color
Monochromatic Colors of #B805A0
Black with #B805A0
Text Example
Text Example
White with #B805A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B805A0; }
p { color: rgb(184,5,160); }
H1.HeaderClassName
{
color: #B805A0;
}
.AnyTagClassName
{
color: #B805A0;
}
</style>
background-color css
<style>
a { background-color: #B805A0; }
a { background-color: rgb(184,5,160); }
div.DivClassName
{
background-color: #B805A0;
}
.BgClassName
{
background-color: #B805A0;
}
</style>
border-color css
<style>
span { border-color: #B805A0; }
span { border-color: rgb(184,5,160); }
td.TdClassName
{
border-color: #B805A0;
}
.TagClassName
{
border-color: #B805A0;
}
</style>