Shades of Medium Red Violet #B92C90
Tints of Medium Red Violet #B92C90
RGB
CMYK
RGB Variations
Color information
#B92C90 (or 0xB92C90) is known color: Medium Red Violet. HEX triplet: B9, 2C and 90. RGB value is (185,44,144). Sum of RGB (Red+Green+Blue) = 185+44+144=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92C90 is #46D36F. Grayscale: #616161. Windows color (decimal): -4641648 or 9448633. OLE color: 9448633.
HSL color Cylindrical-coordinate representation of color #B92C90: hue angle of 317.45º 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 #B92C90 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 44 | 144 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.27 |
| HSL | 317.45º | 0.62% | 0.45% | - |
| HSV(B) | 317.45º | 0.76% | 0.73% | - |
| XYZ | 25.94 | 14.13 | 27.75 | - |
| YUV | 97.56 | 154.21 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 144 | 0 | 0.76 | 0.22 | 0.27 | 317.45 | 0.62 | 0.45 |
| Hex | B9 | 2C | 90 | 0 | 4C | 16 | 1B | 13D | 3E | 2D |
| Octal | 271 | 54 | 220 | 0 | 114 | 26 | 33 | 475 | 76 | 55 |
| Binary | 10111001 | 101100 | 10010000 | 0 | 1001100 | 10110 | 11011 | 100111101 | 111110 | 101101 |
Color Harmonies of #B92C90
Complementary color
Monochromatic Colors of #B92C90
Black with #B92C90
Text Example
Text Example
White with #B92C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92C90; }
p { color: rgb(185,44,144); }
H1.HeaderClassName
{
color: #B92C90;
}
.AnyTagClassName
{
color: #B92C90;
}
</style>
background-color css
<style>
a { background-color: #B92C90; }
a { background-color: rgb(185,44,144); }
div.DivClassName
{
background-color: #B92C90;
}
.BgClassName
{
background-color: #B92C90;
}
</style>
border-color css
<style>
span { border-color: #B92C90; }
span { border-color: rgb(185,44,144); }
td.TdClassName
{
border-color: #B92C90;
}
.TagClassName
{
border-color: #B92C90;
}
</style>