Shades of Medium Red Violet #B92C74
Tints of Medium Red Violet #B92C74
RGB
CMYK
RGB Variations
Color information
#B92C74 (or 0xB92C74) is known color: Medium Red Violet. HEX triplet: B9, 2C and 74. RGB value is (185,44,116). Sum of RGB (Red+Green+Blue) = 185+44+116=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92C74 is #46D38B. Grayscale: #5E5E5E. Windows color (decimal): -4641676 or 7613625. OLE color: 7613625.
HSL color Cylindrical-coordinate representation of color #B92C74: hue angle of 329.36º 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 #B92C74 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 44 | 116 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.27 |
| HSL | 329.36º | 0.62% | 0.45% | - |
| HSV(B) | 329.36º | 0.76% | 0.73% | - |
| XYZ | 24.06 | 13.38 | 17.84 | - |
| YUV | 94.37 | 140.21 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 116 | 0 | 0.76 | 0.37 | 0.27 | 329.36 | 0.62 | 0.45 |
| Hex | B9 | 2C | 74 | 0 | 4C | 25 | 1B | 149 | 3E | 2D |
| Octal | 271 | 54 | 164 | 0 | 114 | 45 | 33 | 511 | 76 | 55 |
| Binary | 10111001 | 101100 | 1110100 | 0 | 1001100 | 100101 | 11011 | 101001001 | 111110 | 101101 |
Color Harmonies of #B92C74
Complementary color
Monochromatic Colors of #B92C74
Black with #B92C74
Text Example
Text Example
White with #B92C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92C74; }
p { color: rgb(185,44,116); }
H1.HeaderClassName
{
color: #B92C74;
}
.AnyTagClassName
{
color: #B92C74;
}
</style>
background-color css
<style>
a { background-color: #B92C74; }
a { background-color: rgb(185,44,116); }
div.DivClassName
{
background-color: #B92C74;
}
.BgClassName
{
background-color: #B92C74;
}
</style>
border-color css
<style>
span { border-color: #B92C74; }
span { border-color: rgb(185,44,116); }
td.TdClassName
{
border-color: #B92C74;
}
.TagClassName
{
border-color: #B92C74;
}
</style>