Shades of Medium Red Violet #B92C89
Tints of Medium Red Violet #B92C89
RGB
CMYK
RGB Variations
Color information
#B92C89 (or 0xB92C89) is known color: Medium Red Violet. HEX triplet: B9, 2C and 89. RGB value is (185,44,137). Sum of RGB (Red+Green+Blue) = 185+44+137=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92C89 is #46D376. Grayscale: #606060. Windows color (decimal): -4641655 or 8989881. OLE color: 8989881.
HSL color Cylindrical-coordinate representation of color #B92C89: hue angle of 320.43º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B92C89 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 44 | 137 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.27 |
| HSL | 320.43º | 0.62% | 0.45% | - |
| HSV(B) | 320.43º | 0.76% | 0.73% | - |
| XYZ | 25.42 | 13.92 | 25.01 | - |
| YUV | 96.76 | 150.71 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 137 | 0 | 0.76 | 0.26 | 0.27 | 320.43 | 0.62 | 0.45 |
| Hex | B9 | 2C | 89 | 0 | 4C | 1A | 1B | 140 | 3E | 2D |
| Octal | 271 | 54 | 211 | 0 | 114 | 32 | 33 | 500 | 76 | 55 |
| Binary | 10111001 | 101100 | 10001001 | 0 | 1001100 | 11010 | 11011 | 101000000 | 111110 | 101101 |
Color Harmonies of #B92C89
Complementary color
Monochromatic Colors of #B92C89
Black with #B92C89
Text Example
Text Example
White with #B92C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92C89; }
p { color: rgb(185,44,137); }
H1.HeaderClassName
{
color: #B92C89;
}
.AnyTagClassName
{
color: #B92C89;
}
</style>
background-color css
<style>
a { background-color: #B92C89; }
a { background-color: rgb(185,44,137); }
div.DivClassName
{
background-color: #B92C89;
}
.BgClassName
{
background-color: #B92C89;
}
</style>
border-color css
<style>
span { border-color: #B92C89; }
span { border-color: rgb(185,44,137); }
td.TdClassName
{
border-color: #B92C89;
}
.TagClassName
{
border-color: #B92C89;
}
</style>