Shades of Medium Red Violet #B92C7A
Tints of Medium Red Violet #B92C7A
RGB
CMYK
RGB Variations
Color information
#B92C7A (or 0xB92C7A) is known color: Medium Red Violet. HEX triplet: B9, 2C and 7A. RGB value is (185,44,122). Sum of RGB (Red+Green+Blue) = 185+44+122=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92C7A is #46D385. Grayscale: #5E5E5E. Windows color (decimal): -4641670 or 8006841. OLE color: 8006841.
HSL color Cylindrical-coordinate representation of color #B92C7A: hue angle of 326.81º 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 #B92C7A is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 44 | 122 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.27 |
| HSL | 326.81º | 0.62% | 0.45% | - |
| HSV(B) | 326.81º | 0.76% | 0.73% | - |
| XYZ | 24.42 | 13.52 | 19.73 | - |
| YUV | 95.05 | 143.21 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 122 | 0 | 0.76 | 0.34 | 0.27 | 326.81 | 0.62 | 0.45 |
| Hex | B9 | 2C | 7A | 0 | 4C | 22 | 1B | 147 | 3E | 2D |
| Octal | 271 | 54 | 172 | 0 | 114 | 42 | 33 | 507 | 76 | 55 |
| Binary | 10111001 | 101100 | 1111010 | 0 | 1001100 | 100010 | 11011 | 101000111 | 111110 | 101101 |
Color Harmonies of #B92C7A
Complementary color
Monochromatic Colors of #B92C7A
Black with #B92C7A
Text Example
Text Example
White with #B92C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92C7A; }
p { color: rgb(185,44,122); }
H1.HeaderClassName
{
color: #B92C7A;
}
.AnyTagClassName
{
color: #B92C7A;
}
</style>
background-color css
<style>
a { background-color: #B92C7A; }
a { background-color: rgb(185,44,122); }
div.DivClassName
{
background-color: #B92C7A;
}
.BgClassName
{
background-color: #B92C7A;
}
</style>
border-color css
<style>
span { border-color: #B92C7A; }
span { border-color: rgb(185,44,122); }
td.TdClassName
{
border-color: #B92C7A;
}
.TagClassName
{
border-color: #B92C7A;
}
</style>