Shades of Medium Violet Red #B80173
Tints of Medium Violet Red #B80173
RGB
CMYK
RGB Variations
Color information
#B80173 (or 0xB80173) is known color: Medium Violet Red. HEX triplet: B8, 01 and 73. RGB value is (184,1,115). Sum of RGB (Red+Green+Blue) = 184+1+115=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B80173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80173 is #47FE8C. Grayscale: #444444. Windows color (decimal): -4718221 or 7537080. OLE color: 7537080.
HSL color Cylindrical-coordinate representation of color #B80173: hue angle of 322.62º degrees, saturation: 0.99, 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 #B80173 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 115 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.28 |
| HSL | 322.62º | 0.99% | 0.36% | - |
| HSV(B) | 322.62º | 0.99% | 0.72% | - |
| XYZ | 22.87 | 11.45 | 17.22 | - |
| YUV | 68.71 | 154.13 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 115 | 0 | 0.99 | 0.38 | 0.28 | 322.62 | 0.99 | 0.36 |
| Hex | B8 | 1 | 73 | 0 | 63 | 26 | 1C | 143 | 63 | 24 |
| Octal | 270 | 1 | 163 | 0 | 143 | 46 | 34 | 503 | 143 | 44 |
| Binary | 10111000 | 1 | 1110011 | 0 | 1100011 | 100110 | 11100 | 101000011 | 1100011 | 100100 |
Color Harmonies of #B80173
Complementary color
Monochromatic Colors of #B80173
Black with #B80173
Text Example
Text Example
White with #B80173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80173; }
p { color: rgb(184,1,115); }
H1.HeaderClassName
{
color: #B80173;
}
.AnyTagClassName
{
color: #B80173;
}
</style>
background-color css
<style>
a { background-color: #B80173; }
a { background-color: rgb(184,1,115); }
div.DivClassName
{
background-color: #B80173;
}
.BgClassName
{
background-color: #B80173;
}
</style>
border-color css
<style>
span { border-color: #B80173; }
span { border-color: rgb(184,1,115); }
td.TdClassName
{
border-color: #B80173;
}
.TagClassName
{
border-color: #B80173;
}
</style>