Shades of Medium Red Violet #B92A74
Tints of Medium Red Violet #B92A74
RGB
CMYK
RGB Variations
Color information
#B92A74 (or 0xB92A74) is known color: Medium Red Violet. HEX triplet: B9, 2A and 74. RGB value is (185,42,116). Sum of RGB (Red+Green+Blue) = 185+42+116=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92A74 is #46D58B. Grayscale: #5D5D5D. Windows color (decimal): -4642188 or 7613113. OLE color: 7613113.
HSL color Cylindrical-coordinate representation of color #B92A74: hue angle of 328.95º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B92A74 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 42 | 116 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.27 |
| HSL | 328.95º | 0.63% | 0.45% | - |
| HSV(B) | 328.95º | 0.77% | 0.73% | - |
| XYZ | 23.99 | 13.23 | 17.81 | - |
| YUV | 93.19 | 140.88 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 42 | 116 | 0 | 0.77 | 0.37 | 0.27 | 328.95 | 0.63 | 0.45 |
| Hex | B9 | 2A | 74 | 0 | 4D | 25 | 1B | 149 | 3F | 2D |
| Octal | 271 | 52 | 164 | 0 | 115 | 45 | 33 | 511 | 77 | 55 |
| Binary | 10111001 | 101010 | 1110100 | 0 | 1001101 | 100101 | 11011 | 101001001 | 111111 | 101101 |
Color Harmonies of #B92A74
Complementary color
Monochromatic Colors of #B92A74
Black with #B92A74
Text Example
Text Example
White with #B92A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92A74; }
p { color: rgb(185,42,116); }
H1.HeaderClassName
{
color: #B92A74;
}
.AnyTagClassName
{
color: #B92A74;
}
</style>
background-color css
<style>
a { background-color: #B92A74; }
a { background-color: rgb(185,42,116); }
div.DivClassName
{
background-color: #B92A74;
}
.BgClassName
{
background-color: #B92A74;
}
</style>
border-color css
<style>
span { border-color: #B92A74; }
span { border-color: rgb(185,42,116); }
td.TdClassName
{
border-color: #B92A74;
}
.TagClassName
{
border-color: #B92A74;
}
</style>