Shades of Medium Violet Red #B80C97
Tints of Medium Violet Red #B80C97
RGB
CMYK
RGB Variations
Color information
#B80C97 (or 0xB80C97) is known color: Medium Violet Red. HEX triplet: B8, 0C and 97. RGB value is (184,12,151). Sum of RGB (Red+Green+Blue) = 184+12+151=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B80C97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80C97 is #47F368. Grayscale: #4E4E4E. Windows color (decimal): -4715369 or 9899192. OLE color: 9899192.
HSL color Cylindrical-coordinate representation of color #B80C97: hue angle of 311.51º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80C97 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 12 | 151 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.28 |
| HSL | 311.51º | 0.88% | 0.38% | - |
| HSV(B) | 311.51º | 0.93% | 0.72% | - |
| XYZ | 25.48 | 12.69 | 30.38 | - |
| YUV | 79.27 | 168.48 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 151 | 0 | 0.93 | 0.18 | 0.28 | 311.51 | 0.88 | 0.38 |
| Hex | B8 | C | 97 | 0 | 5D | 12 | 1C | 138 | 58 | 26 |
| Octal | 270 | 14 | 227 | 0 | 135 | 22 | 34 | 470 | 130 | 46 |
| Binary | 10111000 | 1100 | 10010111 | 0 | 1011101 | 10010 | 11100 | 100111000 | 1011000 | 100110 |
Color Harmonies of #B80C97
Complementary color
Monochromatic Colors of #B80C97
Black with #B80C97
Text Example
Text Example
White with #B80C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80C97; }
p { color: rgb(184,12,151); }
H1.HeaderClassName
{
color: #B80C97;
}
.AnyTagClassName
{
color: #B80C97;
}
</style>
background-color css
<style>
a { background-color: #B80C97; }
a { background-color: rgb(184,12,151); }
div.DivClassName
{
background-color: #B80C97;
}
.BgClassName
{
background-color: #B80C97;
}
</style>
border-color css
<style>
span { border-color: #B80C97; }
span { border-color: rgb(184,12,151); }
td.TdClassName
{
border-color: #B80C97;
}
.TagClassName
{
border-color: #B80C97;
}
</style>