Shades of Medium Violet Red #B80176
Tints of Medium Violet Red #B80176
RGB
CMYK
RGB Variations
Color information
#B80176 (or 0xB80176) is known color: Medium Violet Red. HEX triplet: B8, 01 and 76. RGB value is (184,1,118). Sum of RGB (Red+Green+Blue) = 184+1+118=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B80176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80176 is #47FE89. Grayscale: #444444. Windows color (decimal): -4718218 or 7733688. OLE color: 7733688.
HSL color Cylindrical-coordinate representation of color #B80176: hue angle of 321.64º 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 #B80176 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.28 |
| HSL | 321.64º | 0.99% | 0.36% | - |
| HSV(B) | 321.64º | 0.99% | 0.72% | - |
| XYZ | 23.05 | 11.52 | 18.15 | - |
| YUV | 69.06 | 155.63 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 118 | 0 | 0.99 | 0.36 | 0.28 | 321.64 | 0.99 | 0.36 |
| Hex | B8 | 1 | 76 | 0 | 63 | 24 | 1C | 142 | 63 | 24 |
| Octal | 270 | 1 | 166 | 0 | 143 | 44 | 34 | 502 | 143 | 44 |
| Binary | 10111000 | 1 | 1110110 | 0 | 1100011 | 100100 | 11100 | 101000010 | 1100011 | 100100 |
Color Harmonies of #B80176
Complementary color
Monochromatic Colors of #B80176
Black with #B80176
Text Example
Text Example
White with #B80176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80176; }
p { color: rgb(184,1,118); }
H1.HeaderClassName
{
color: #B80176;
}
.AnyTagClassName
{
color: #B80176;
}
</style>
background-color css
<style>
a { background-color: #B80176; }
a { background-color: rgb(184,1,118); }
div.DivClassName
{
background-color: #B80176;
}
.BgClassName
{
background-color: #B80176;
}
</style>
border-color css
<style>
span { border-color: #B80176; }
span { border-color: rgb(184,1,118); }
td.TdClassName
{
border-color: #B80176;
}
.TagClassName
{
border-color: #B80176;
}
</style>