Shades of Medium Violet Red #B80B9E
Tints of Medium Violet Red #B80B9E
RGB
CMYK
RGB Variations
Color information
#B80B9E (or 0xB80B9E) is known color: Medium Violet Red. HEX triplet: B8, 0B and 9E. RGB value is (184,11,158). Sum of RGB (Red+Green+Blue) = 184+11+158=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80B9E is #47F461. Grayscale: #4F4F4F. Windows color (decimal): -4715618 or 10357688. OLE color: 10357688.
HSL color Cylindrical-coordinate representation of color #B80B9E: hue angle of 309.02º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80B9E is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 158 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.28 |
| HSL | 309.02º | 0.89% | 0.38% | - |
| HSV(B) | 309.02º | 0.94% | 0.72% | - |
| XYZ | 26.06 | 12.9 | 33.46 | - |
| YUV | 79.49 | 172.31 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 158 | 0 | 0.94 | 0.14 | 0.28 | 309.02 | 0.89 | 0.38 |
| Hex | B8 | B | 9E | 0 | 5E | E | 1C | 135 | 59 | 26 |
| Octal | 270 | 13 | 236 | 0 | 136 | 16 | 34 | 465 | 131 | 46 |
| Binary | 10111000 | 1011 | 10011110 | 0 | 1011110 | 1110 | 11100 | 100110101 | 1011001 | 100110 |
Color Harmonies of #B80B9E
Complementary color
Monochromatic Colors of #B80B9E
Black with #B80B9E
Text Example
Text Example
White with #B80B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B9E; }
p { color: rgb(184,11,158); }
H1.HeaderClassName
{
color: #B80B9E;
}
.AnyTagClassName
{
color: #B80B9E;
}
</style>
background-color css
<style>
a { background-color: #B80B9E; }
a { background-color: rgb(184,11,158); }
div.DivClassName
{
background-color: #B80B9E;
}
.BgClassName
{
background-color: #B80B9E;
}
</style>
border-color css
<style>
span { border-color: #B80B9E; }
span { border-color: rgb(184,11,158); }
td.TdClassName
{
border-color: #B80B9E;
}
.TagClassName
{
border-color: #B80B9E;
}
</style>