Shades of Medium Violet Red #B80C92
Tints of Medium Violet Red #B80C92
RGB
CMYK
RGB Variations
Color information
#B80C92 (or 0xB80C92) is known color: Medium Violet Red. HEX triplet: B8, 0C and 92. RGB value is (184,12,146). Sum of RGB (Red+Green+Blue) = 184+12+146=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B80C92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80C92 is #47F36D. Grayscale: #4E4E4E. Windows color (decimal): -4715374 or 9571512. OLE color: 9571512.
HSL color Cylindrical-coordinate representation of color #B80C92: hue angle of 313.26º 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 #B80C92 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 12 | 146 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.28 |
| HSL | 313.26º | 0.88% | 0.38% | - |
| HSV(B) | 313.26º | 0.93% | 0.72% | - |
| XYZ | 25.09 | 12.53 | 28.29 | - |
| YUV | 78.7 | 165.98 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 146 | 0 | 0.93 | 0.21 | 0.28 | 313.26 | 0.88 | 0.38 |
| Hex | B8 | C | 92 | 0 | 5D | 15 | 1C | 139 | 58 | 26 |
| Octal | 270 | 14 | 222 | 0 | 135 | 25 | 34 | 471 | 130 | 46 |
| Binary | 10111000 | 1100 | 10010010 | 0 | 1011101 | 10101 | 11100 | 100111001 | 1011000 | 100110 |
Color Harmonies of #B80C92
Complementary color
Monochromatic Colors of #B80C92
Black with #B80C92
Text Example
Text Example
White with #B80C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80C92; }
p { color: rgb(184,12,146); }
H1.HeaderClassName
{
color: #B80C92;
}
.AnyTagClassName
{
color: #B80C92;
}
</style>
background-color css
<style>
a { background-color: #B80C92; }
a { background-color: rgb(184,12,146); }
div.DivClassName
{
background-color: #B80C92;
}
.BgClassName
{
background-color: #B80C92;
}
</style>
border-color css
<style>
span { border-color: #B80C92; }
span { border-color: rgb(184,12,146); }
td.TdClassName
{
border-color: #B80C92;
}
.TagClassName
{
border-color: #B80C92;
}
</style>