Shades of Medium Violet Red #B80291
Tints of Medium Violet Red #B80291
RGB
CMYK
RGB Variations
Color information
#B80291 (or 0xB80291) is known color: Medium Violet Red. HEX triplet: B8, 02 and 91. RGB value is (184,2,145). Sum of RGB (Red+Green+Blue) = 184+2+145=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B80291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80291 is #47FD6E. Grayscale: #484848. Windows color (decimal): -4717935 or 9503416. OLE color: 9503416.
HSL color Cylindrical-coordinate representation of color #B80291: hue angle of 312.86º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80291 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 2 | 145 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.28 |
| HSL | 312.86º | 0.98% | 0.36% | - |
| HSV(B) | 312.86º | 0.99% | 0.72% | - |
| XYZ | 24.9 | 12.28 | 27.85 | - |
| YUV | 72.72 | 168.8 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 145 | 0 | 0.99 | 0.21 | 0.28 | 312.86 | 0.98 | 0.36 |
| Hex | B8 | 2 | 91 | 0 | 63 | 15 | 1C | 139 | 62 | 24 |
| Octal | 270 | 2 | 221 | 0 | 143 | 25 | 34 | 471 | 142 | 44 |
| Binary | 10111000 | 10 | 10010001 | 0 | 1100011 | 10101 | 11100 | 100111001 | 1100010 | 100100 |
Color Harmonies of #B80291
Complementary color
Monochromatic Colors of #B80291
Black with #B80291
Text Example
Text Example
White with #B80291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80291; }
p { color: rgb(184,2,145); }
H1.HeaderClassName
{
color: #B80291;
}
.AnyTagClassName
{
color: #B80291;
}
</style>
background-color css
<style>
a { background-color: #B80291; }
a { background-color: rgb(184,2,145); }
div.DivClassName
{
background-color: #B80291;
}
.BgClassName
{
background-color: #B80291;
}
</style>
border-color css
<style>
span { border-color: #B80291; }
span { border-color: rgb(184,2,145); }
td.TdClassName
{
border-color: #B80291;
}
.TagClassName
{
border-color: #B80291;
}
</style>