Shades of Medium Violet Red #B80581
Tints of Medium Violet Red #B80581
RGB
CMYK
RGB Variations
Color information
#B80581 (or 0xB80581) is known color: Medium Violet Red. HEX triplet: B8, 05 and 81. RGB value is (184,5,129). Sum of RGB (Red+Green+Blue) = 184+5+129=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B80581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80581 is #47FA7E. Grayscale: #484848. Windows color (decimal): -4717183 or 8455608. OLE color: 8455608.
HSL color Cylindrical-coordinate representation of color #B80581: hue angle of 318.44º 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 #B80581 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 129 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.28 |
| HSL | 318.44º | 0.95% | 0.37% | - |
| HSV(B) | 318.44º | 0.97% | 0.72% | - |
| XYZ | 23.78 | 11.88 | 21.81 | - |
| YUV | 72.66 | 159.8 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 129 | 0 | 0.97 | 0.30 | 0.28 | 318.44 | 0.95 | 0.37 |
| Hex | B8 | 5 | 81 | 0 | 61 | 1E | 1C | 13E | 5F | 25 |
| Octal | 270 | 5 | 201 | 0 | 141 | 36 | 34 | 476 | 137 | 45 |
| Binary | 10111000 | 101 | 10000001 | 0 | 1100001 | 11110 | 11100 | 100111110 | 1011111 | 100101 |
Color Harmonies of #B80581
Complementary color
Monochromatic Colors of #B80581
Black with #B80581
Text Example
Text Example
White with #B80581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80581; }
p { color: rgb(184,5,129); }
H1.HeaderClassName
{
color: #B80581;
}
.AnyTagClassName
{
color: #B80581;
}
</style>
background-color css
<style>
a { background-color: #B80581; }
a { background-color: rgb(184,5,129); }
div.DivClassName
{
background-color: #B80581;
}
.BgClassName
{
background-color: #B80581;
}
</style>
border-color css
<style>
span { border-color: #B80581; }
span { border-color: rgb(184,5,129); }
td.TdClassName
{
border-color: #B80581;
}
.TagClassName
{
border-color: #B80581;
}
</style>