Shades of Medium Violet Red #B80886
Tints of Medium Violet Red #B80886
RGB
CMYK
RGB Variations
Color information
#B80886 (or 0xB80886) is known color: Medium Violet Red. HEX triplet: B8, 08 and 86. RGB value is (184,8,134). Sum of RGB (Red+Green+Blue) = 184+8+134=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B80886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80886 is #47F779. Grayscale: #4A4A4A. Windows color (decimal): -4716410 or 8784056. OLE color: 8784056.
HSL color Cylindrical-coordinate representation of color #B80886: hue angle of 317.05º 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 #B80886 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 134 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.28 |
| HSL | 317.05º | 0.92% | 0.38% | - |
| HSV(B) | 317.05º | 0.96% | 0.72% | - |
| XYZ | 24.16 | 12.09 | 23.61 | - |
| YUV | 74.99 | 161.31 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 134 | 0 | 0.96 | 0.27 | 0.28 | 317.05 | 0.92 | 0.38 |
| Hex | B8 | 8 | 86 | 0 | 60 | 1B | 1C | 13D | 5C | 26 |
| Octal | 270 | 10 | 206 | 0 | 140 | 33 | 34 | 475 | 134 | 46 |
| Binary | 10111000 | 1000 | 10000110 | 0 | 1100000 | 11011 | 11100 | 100111101 | 1011100 | 100110 |
Color Harmonies of #B80886
Complementary color
Monochromatic Colors of #B80886
Black with #B80886
Text Example
Text Example
White with #B80886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80886; }
p { color: rgb(184,8,134); }
H1.HeaderClassName
{
color: #B80886;
}
.AnyTagClassName
{
color: #B80886;
}
</style>
background-color css
<style>
a { background-color: #B80886; }
a { background-color: rgb(184,8,134); }
div.DivClassName
{
background-color: #B80886;
}
.BgClassName
{
background-color: #B80886;
}
</style>
border-color css
<style>
span { border-color: #B80886; }
span { border-color: rgb(184,8,134); }
td.TdClassName
{
border-color: #B80886;
}
.TagClassName
{
border-color: #B80886;
}
</style>