Shades of Medium Violet Red #B80993
Tints of Medium Violet Red #B80993
RGB
CMYK
RGB Variations
Color information
#B80993 (or 0xB80993) is known color: Medium Violet Red. HEX triplet: B8, 09 and 93. RGB value is (184,9,147). Sum of RGB (Red+Green+Blue) = 184+9+147=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B80993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80993 is #47F66C. Grayscale: #4C4C4C. Windows color (decimal): -4716141 or 9636280. OLE color: 9636280.
HSL color Cylindrical-coordinate representation of color #B80993: hue angle of 312.69º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80993 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 147 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.28 |
| HSL | 312.69º | 0.91% | 0.38% | - |
| HSV(B) | 312.69º | 0.95% | 0.72% | - |
| XYZ | 25.13 | 12.49 | 28.69 | - |
| YUV | 77.06 | 167.48 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 147 | 0 | 0.95 | 0.20 | 0.28 | 312.69 | 0.91 | 0.38 |
| Hex | B8 | 9 | 93 | 0 | 5F | 14 | 1C | 139 | 5B | 26 |
| Octal | 270 | 11 | 223 | 0 | 137 | 24 | 34 | 471 | 133 | 46 |
| Binary | 10111000 | 1001 | 10010011 | 0 | 1011111 | 10100 | 11100 | 100111001 | 1011011 | 100110 |
Color Harmonies of #B80993
Complementary color
Monochromatic Colors of #B80993
Black with #B80993
Text Example
Text Example
White with #B80993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80993; }
p { color: rgb(184,9,147); }
H1.HeaderClassName
{
color: #B80993;
}
.AnyTagClassName
{
color: #B80993;
}
</style>
background-color css
<style>
a { background-color: #B80993; }
a { background-color: rgb(184,9,147); }
div.DivClassName
{
background-color: #B80993;
}
.BgClassName
{
background-color: #B80993;
}
</style>
border-color css
<style>
span { border-color: #B80993; }
span { border-color: rgb(184,9,147); }
td.TdClassName
{
border-color: #B80993;
}
.TagClassName
{
border-color: #B80993;
}
</style>