Shades of Medium Violet Red #B80B9D
Tints of Medium Violet Red #B80B9D
RGB
CMYK
RGB Variations
Color information
#B80B9D (or 0xB80B9D) is known color: Medium Violet Red. HEX triplet: B8, 0B and 9D. RGB value is (184,11,157). Sum of RGB (Red+Green+Blue) = 184+11+157=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80B9D is #47F462. Grayscale: #4E4E4E. Windows color (decimal): -4715619 or 10292152. OLE color: 10292152.
HSL color Cylindrical-coordinate representation of color #B80B9D: hue angle of 309.36º 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 #B80B9D is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 157 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.28 |
| HSL | 309.36º | 0.89% | 0.38% | - |
| HSV(B) | 309.36º | 0.94% | 0.72% | - |
| XYZ | 25.97 | 12.86 | 33.01 | - |
| YUV | 79.37 | 171.81 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 157 | 0 | 0.94 | 0.15 | 0.28 | 309.36 | 0.89 | 0.38 |
| Hex | B8 | B | 9D | 0 | 5E | F | 1C | 135 | 59 | 26 |
| Octal | 270 | 13 | 235 | 0 | 136 | 17 | 34 | 465 | 131 | 46 |
| Binary | 10111000 | 1011 | 10011101 | 0 | 1011110 | 1111 | 11100 | 100110101 | 1011001 | 100110 |
Color Harmonies of #B80B9D
Complementary color
Monochromatic Colors of #B80B9D
Black with #B80B9D
Text Example
Text Example
White with #B80B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B9D; }
p { color: rgb(184,11,157); }
H1.HeaderClassName
{
color: #B80B9D;
}
.AnyTagClassName
{
color: #B80B9D;
}
</style>
background-color css
<style>
a { background-color: #B80B9D; }
a { background-color: rgb(184,11,157); }
div.DivClassName
{
background-color: #B80B9D;
}
.BgClassName
{
background-color: #B80B9D;
}
</style>
border-color css
<style>
span { border-color: #B80B9D; }
span { border-color: rgb(184,11,157); }
td.TdClassName
{
border-color: #B80B9D;
}
.TagClassName
{
border-color: #B80B9D;
}
</style>