Shades of Medium Violet Red #B80091
Tints of Medium Violet Red #B80091
RGB
CMYK
RGB Variations
Color information
#B80091 (or 0xB80091) is known color: Medium Violet Red. HEX triplet: B8, 00 and 91. RGB value is (184,0,145). Sum of RGB (Red+Green+Blue) = 184+0+145=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B80091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80091 is #47FF6E. Grayscale: #474747. Windows color (decimal): -4718447 or 9502904. OLE color: 9502904.
HSL color Cylindrical-coordinate representation of color #B80091: hue angle of 312.72º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80091 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 145 | - |
| CMYK | 0 | 1 | 0.21 | 0.28 |
| HSL | 312.72º | 1% | 0.36% | - |
| HSV(B) | 312.72º | 1% | 0.72% | - |
| XYZ | 24.88 | 12.23 | 27.84 | - |
| YUV | 71.55 | 169.46 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 145 | 0 | 1 | 0.21 | 0.28 | 312.72 | 1 | 0.36 |
| Hex | B8 | 0 | 91 | 0 | 64 | 15 | 1C | 139 | 64 | 24 |
| Octal | 270 | 0 | 221 | 0 | 144 | 25 | 34 | 471 | 144 | 44 |
| Binary | 10111000 | 0 | 10010001 | 0 | 1100100 | 10101 | 11100 | 100111001 | 1100100 | 100100 |
Color Harmonies of #B80091
Complementary color
Monochromatic Colors of #B80091
Black with #B80091
Text Example
Text Example
White with #B80091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80091; }
p { color: rgb(184,0,145); }
H1.HeaderClassName
{
color: #B80091;
}
.AnyTagClassName
{
color: #B80091;
}
</style>
background-color css
<style>
a { background-color: #B80091; }
a { background-color: rgb(184,0,145); }
div.DivClassName
{
background-color: #B80091;
}
.BgClassName
{
background-color: #B80091;
}
</style>
border-color css
<style>
span { border-color: #B80091; }
span { border-color: rgb(184,0,145); }
td.TdClassName
{
border-color: #B80091;
}
.TagClassName
{
border-color: #B80091;
}
</style>