Shades of Medium Violet Red #B80293
Tints of Medium Violet Red #B80293
RGB
CMYK
RGB Variations
Color information
#B80293 (or 0xB80293) is known color: Medium Violet Red. HEX triplet: B8, 02 and 93. RGB value is (184,2,147). Sum of RGB (Red+Green+Blue) = 184+2+147=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B80293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80293 is #47FD6C. Grayscale: #484848. Windows color (decimal): -4717933 or 9634488. OLE color: 9634488.
HSL color Cylindrical-coordinate representation of color #B80293: hue angle of 312.2º 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 #B80293 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 2 | 147 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.28 |
| HSL | 312.2º | 0.98% | 0.36% | - |
| HSV(B) | 312.2º | 0.99% | 0.72% | - |
| XYZ | 25.06 | 12.34 | 28.67 | - |
| YUV | 72.95 | 169.8 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 147 | 0 | 0.99 | 0.20 | 0.28 | 312.2 | 0.98 | 0.36 |
| Hex | B8 | 2 | 93 | 0 | 63 | 14 | 1C | 138 | 62 | 24 |
| Octal | 270 | 2 | 223 | 0 | 143 | 24 | 34 | 470 | 142 | 44 |
| Binary | 10111000 | 10 | 10010011 | 0 | 1100011 | 10100 | 11100 | 100111000 | 1100010 | 100100 |
Color Harmonies of #B80293
Complementary color
Monochromatic Colors of #B80293
Black with #B80293
Text Example
Text Example
White with #B80293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80293; }
p { color: rgb(184,2,147); }
H1.HeaderClassName
{
color: #B80293;
}
.AnyTagClassName
{
color: #B80293;
}
</style>
background-color css
<style>
a { background-color: #B80293; }
a { background-color: rgb(184,2,147); }
div.DivClassName
{
background-color: #B80293;
}
.BgClassName
{
background-color: #B80293;
}
</style>
border-color css
<style>
span { border-color: #B80293; }
span { border-color: rgb(184,2,147); }
td.TdClassName
{
border-color: #B80293;
}
.TagClassName
{
border-color: #B80293;
}
</style>