Shades of Medium Violet Red #B81C92
Tints of Medium Violet Red #B81C92
RGB
CMYK
RGB Variations
Color information
#B81C92 (or 0xB81C92) is known color: Medium Violet Red. HEX triplet: B8, 1C and 92. RGB value is (184,28,146). Sum of RGB (Red+Green+Blue) = 184+28+146=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81C92 is #47E36D. Grayscale: #575757. Windows color (decimal): -4711278 or 9575608. OLE color: 9575608.
HSL color Cylindrical-coordinate representation of color #B81C92: hue angle of 314.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81C92 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 28 | 146 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.28 |
| HSL | 314.62º | 0.74% | 0.42% | - |
| HSV(B) | 314.62º | 0.85% | 0.72% | - |
| XYZ | 25.37 | 13.1 | 28.38 | - |
| YUV | 88.1 | 160.68 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 146 | 0 | 0.85 | 0.21 | 0.28 | 314.62 | 0.74 | 0.42 |
| Hex | B8 | 1C | 92 | 0 | 55 | 15 | 1C | 13B | 4A | 2A |
| Octal | 270 | 34 | 222 | 0 | 125 | 25 | 34 | 473 | 112 | 52 |
| Binary | 10111000 | 11100 | 10010010 | 0 | 1010101 | 10101 | 11100 | 100111011 | 1001010 | 101010 |
Color Harmonies of #B81C92
Complementary color
Monochromatic Colors of #B81C92
Black with #B81C92
Text Example
Text Example
White with #B81C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81C92; }
p { color: rgb(184,28,146); }
H1.HeaderClassName
{
color: #B81C92;
}
.AnyTagClassName
{
color: #B81C92;
}
</style>
background-color css
<style>
a { background-color: #B81C92; }
a { background-color: rgb(184,28,146); }
div.DivClassName
{
background-color: #B81C92;
}
.BgClassName
{
background-color: #B81C92;
}
</style>
border-color css
<style>
span { border-color: #B81C92; }
span { border-color: rgb(184,28,146); }
td.TdClassName
{
border-color: #B81C92;
}
.TagClassName
{
border-color: #B81C92;
}
</style>