Shades of Medium Red Violet #B92A71
Tints of Medium Red Violet #B92A71
RGB
CMYK
RGB Variations
Color information
#B92A71 (or 0xB92A71) is known color: Medium Red Violet. HEX triplet: B9, 2A and 71. RGB value is (185,42,113). Sum of RGB (Red+Green+Blue) = 185+42+113=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92A71 is #46D58E. Grayscale: #5C5C5C. Windows color (decimal): -4642191 or 7416505. OLE color: 7416505.
HSL color Cylindrical-coordinate representation of color #B92A71: hue angle of 330.21º 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 #B92A71 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 42 | 113 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.27 |
| HSL | 330.21º | 0.63% | 0.45% | - |
| HSV(B) | 330.21º | 0.77% | 0.73% | - |
| XYZ | 23.82 | 13.16 | 16.91 | - |
| YUV | 92.85 | 139.38 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 42 | 113 | 0 | 0.77 | 0.39 | 0.27 | 330.21 | 0.63 | 0.45 |
| Hex | B9 | 2A | 71 | 0 | 4D | 27 | 1B | 14A | 3F | 2D |
| Octal | 271 | 52 | 161 | 0 | 115 | 47 | 33 | 512 | 77 | 55 |
| Binary | 10111001 | 101010 | 1110001 | 0 | 1001101 | 100111 | 11011 | 101001010 | 111111 | 101101 |
Color Harmonies of #B92A71
Complementary color
Monochromatic Colors of #B92A71
Black with #B92A71
Text Example
Text Example
White with #B92A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92A71; }
p { color: rgb(185,42,113); }
H1.HeaderClassName
{
color: #B92A71;
}
.AnyTagClassName
{
color: #B92A71;
}
</style>
background-color css
<style>
a { background-color: #B92A71; }
a { background-color: rgb(185,42,113); }
div.DivClassName
{
background-color: #B92A71;
}
.BgClassName
{
background-color: #B92A71;
}
</style>
border-color css
<style>
span { border-color: #B92A71; }
span { border-color: rgb(185,42,113); }
td.TdClassName
{
border-color: #B92A71;
}
.TagClassName
{
border-color: #B92A71;
}
</style>