Shades of Medium Violet Red #B80B9C
Tints of Medium Violet Red #B80B9C
RGB
CMYK
RGB Variations
Color information
#B80B9C (or 0xB80B9C) is known color: Medium Violet Red. HEX triplet: B8, 0B and 9C. RGB value is (184,11,156). Sum of RGB (Red+Green+Blue) = 184+11+156=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80B9C is #47F463. Grayscale: #4E4E4E. Windows color (decimal): -4715620 or 10226616. OLE color: 10226616.
HSL color Cylindrical-coordinate representation of color #B80B9C: hue angle of 309.71º 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 #B80B9C is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 156 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.28 |
| HSL | 309.71º | 0.89% | 0.38% | - |
| HSV(B) | 309.71º | 0.94% | 0.72% | - |
| XYZ | 25.89 | 12.83 | 32.56 | - |
| YUV | 79.26 | 171.31 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 156 | 0 | 0.94 | 0.15 | 0.28 | 309.71 | 0.89 | 0.38 |
| Hex | B8 | B | 9C | 0 | 5E | F | 1C | 136 | 59 | 26 |
| Octal | 270 | 13 | 234 | 0 | 136 | 17 | 34 | 466 | 131 | 46 |
| Binary | 10111000 | 1011 | 10011100 | 0 | 1011110 | 1111 | 11100 | 100110110 | 1011001 | 100110 |
Color Harmonies of #B80B9C
Complementary color
Monochromatic Colors of #B80B9C
Black with #B80B9C
Text Example
Text Example
White with #B80B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B9C; }
p { color: rgb(184,11,156); }
H1.HeaderClassName
{
color: #B80B9C;
}
.AnyTagClassName
{
color: #B80B9C;
}
</style>
background-color css
<style>
a { background-color: #B80B9C; }
a { background-color: rgb(184,11,156); }
div.DivClassName
{
background-color: #B80B9C;
}
.BgClassName
{
background-color: #B80B9C;
}
</style>
border-color css
<style>
span { border-color: #B80B9C; }
span { border-color: rgb(184,11,156); }
td.TdClassName
{
border-color: #B80B9C;
}
.TagClassName
{
border-color: #B80B9C;
}
</style>