Shades of Medium Violet Red #B80883
Tints of Medium Violet Red #B80883
RGB
CMYK
RGB Variations
Color information
#B80883 (or 0xB80883) is known color: Medium Violet Red. HEX triplet: B8, 08 and 83. RGB value is (184,8,131). Sum of RGB (Red+Green+Blue) = 184+8+131=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B80883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80883 is #47F77C. Grayscale: #4A4A4A. Windows color (decimal): -4716413 or 8587448. OLE color: 8587448.
HSL color Cylindrical-coordinate representation of color #B80883: hue angle of 318.07º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80883 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 131 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.28 |
| HSL | 318.07º | 0.92% | 0.38% | - |
| HSV(B) | 318.07º | 0.96% | 0.72% | - |
| XYZ | 23.95 | 12 | 22.53 | - |
| YUV | 74.65 | 159.81 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 131 | 0 | 0.96 | 0.29 | 0.28 | 318.07 | 0.92 | 0.38 |
| Hex | B8 | 8 | 83 | 0 | 60 | 1D | 1C | 13E | 5C | 26 |
| Octal | 270 | 10 | 203 | 0 | 140 | 35 | 34 | 476 | 134 | 46 |
| Binary | 10111000 | 1000 | 10000011 | 0 | 1100000 | 11101 | 11100 | 100111110 | 1011100 | 100110 |
Color Harmonies of #B80883
Complementary color
Monochromatic Colors of #B80883
Black with #B80883
Text Example
Text Example
White with #B80883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80883; }
p { color: rgb(184,8,131); }
H1.HeaderClassName
{
color: #B80883;
}
.AnyTagClassName
{
color: #B80883;
}
</style>
background-color css
<style>
a { background-color: #B80883; }
a { background-color: rgb(184,8,131); }
div.DivClassName
{
background-color: #B80883;
}
.BgClassName
{
background-color: #B80883;
}
</style>
border-color css
<style>
span { border-color: #B80883; }
span { border-color: rgb(184,8,131); }
td.TdClassName
{
border-color: #B80883;
}
.TagClassName
{
border-color: #B80883;
}
</style>