Shades of Medium Violet Red #B80280
Tints of Medium Violet Red #B80280
RGB
CMYK
RGB Variations
Color information
#B80280 (or 0xB80280) is known color: Medium Violet Red. HEX triplet: B8, 02 and 80. RGB value is (184,2,128). Sum of RGB (Red+Green+Blue) = 184+2+128=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B80280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80280 is #47FD7F. Grayscale: #464646. Windows color (decimal): -4717952 or 8389304. OLE color: 8389304.
HSL color Cylindrical-coordinate representation of color #B80280: hue angle of 318.46º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80280 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 2 | 128 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.28 |
| HSL | 318.46º | 0.98% | 0.36% | - |
| HSV(B) | 318.46º | 0.99% | 0.72% | - |
| XYZ | 23.69 | 11.79 | 21.45 | - |
| YUV | 70.78 | 160.3 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 128 | 0 | 0.99 | 0.30 | 0.28 | 318.46 | 0.98 | 0.36 |
| Hex | B8 | 2 | 80 | 0 | 63 | 1E | 1C | 13E | 62 | 24 |
| Octal | 270 | 2 | 200 | 0 | 143 | 36 | 34 | 476 | 142 | 44 |
| Binary | 10111000 | 10 | 10000000 | 0 | 1100011 | 11110 | 11100 | 100111110 | 1100010 | 100100 |
Color Harmonies of #B80280
Complementary color
Monochromatic Colors of #B80280
Black with #B80280
Text Example
Text Example
White with #B80280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80280; }
p { color: rgb(184,2,128); }
H1.HeaderClassName
{
color: #B80280;
}
.AnyTagClassName
{
color: #B80280;
}
</style>
background-color css
<style>
a { background-color: #B80280; }
a { background-color: rgb(184,2,128); }
div.DivClassName
{
background-color: #B80280;
}
.BgClassName
{
background-color: #B80280;
}
</style>
border-color css
<style>
span { border-color: #B80280; }
span { border-color: rgb(184,2,128); }
td.TdClassName
{
border-color: #B80280;
}
.TagClassName
{
border-color: #B80280;
}
</style>