Shades of Medium Violet Red #B80593
Tints of Medium Violet Red #B80593
RGB
CMYK
RGB Variations
Color information
#B80593 (or 0xB80593) is known color: Medium Violet Red. HEX triplet: B8, 05 and 93. RGB value is (184,5,147). Sum of RGB (Red+Green+Blue) = 184+5+147=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B80593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80593 is #47FA6C. Grayscale: #4A4A4A. Windows color (decimal): -4717165 or 9635256. OLE color: 9635256.
HSL color Cylindrical-coordinate representation of color #B80593: hue angle of 312.4º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80593 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 147 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.28 |
| HSL | 312.4º | 0.95% | 0.37% | - |
| HSV(B) | 312.4º | 0.97% | 0.72% | - |
| XYZ | 25.09 | 12.41 | 28.68 | - |
| YUV | 74.71 | 168.8 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 147 | 0 | 0.97 | 0.20 | 0.28 | 312.4 | 0.95 | 0.37 |
| Hex | B8 | 5 | 93 | 0 | 61 | 14 | 1C | 138 | 5F | 25 |
| Octal | 270 | 5 | 223 | 0 | 141 | 24 | 34 | 470 | 137 | 45 |
| Binary | 10111000 | 101 | 10010011 | 0 | 1100001 | 10100 | 11100 | 100111000 | 1011111 | 100101 |
Color Harmonies of #B80593
Complementary color
Monochromatic Colors of #B80593
Black with #B80593
Text Example
Text Example
White with #B80593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80593; }
p { color: rgb(184,5,147); }
H1.HeaderClassName
{
color: #B80593;
}
.AnyTagClassName
{
color: #B80593;
}
</style>
background-color css
<style>
a { background-color: #B80593; }
a { background-color: rgb(184,5,147); }
div.DivClassName
{
background-color: #B80593;
}
.BgClassName
{
background-color: #B80593;
}
</style>
border-color css
<style>
span { border-color: #B80593; }
span { border-color: rgb(184,5,147); }
td.TdClassName
{
border-color: #B80593;
}
.TagClassName
{
border-color: #B80593;
}
</style>