Shades of Medium Red Violet #B92C7B
Tints of Medium Red Violet #B92C7B
RGB
CMYK
RGB Variations
Color information
#B92C7B (or 0xB92C7B) is known color: Medium Red Violet. HEX triplet: B9, 2C and 7B. RGB value is (185,44,123). Sum of RGB (Red+Green+Blue) = 185+44+123=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92C7B is #46D384. Grayscale: #5E5E5E. Windows color (decimal): -4641669 or 8072377. OLE color: 8072377.
HSL color Cylindrical-coordinate representation of color #B92C7B: hue angle of 326.38º 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 #B92C7B is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 44 | 123 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.27 |
| HSL | 326.38º | 0.62% | 0.45% | - |
| HSV(B) | 326.38º | 0.76% | 0.73% | - |
| XYZ | 24.48 | 13.55 | 20.06 | - |
| YUV | 95.17 | 143.71 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 123 | 0 | 0.76 | 0.34 | 0.27 | 326.38 | 0.62 | 0.45 |
| Hex | B9 | 2C | 7B | 0 | 4C | 22 | 1B | 146 | 3E | 2D |
| Octal | 271 | 54 | 173 | 0 | 114 | 42 | 33 | 506 | 76 | 55 |
| Binary | 10111001 | 101100 | 1111011 | 0 | 1001100 | 100010 | 11011 | 101000110 | 111110 | 101101 |
Color Harmonies of #B92C7B
Complementary color
Monochromatic Colors of #B92C7B
Black with #B92C7B
Text Example
Text Example
White with #B92C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92C7B; }
p { color: rgb(185,44,123); }
H1.HeaderClassName
{
color: #B92C7B;
}
.AnyTagClassName
{
color: #B92C7B;
}
</style>
background-color css
<style>
a { background-color: #B92C7B; }
a { background-color: rgb(185,44,123); }
div.DivClassName
{
background-color: #B92C7B;
}
.BgClassName
{
background-color: #B92C7B;
}
</style>
border-color css
<style>
span { border-color: #B92C7B; }
span { border-color: rgb(185,44,123); }
td.TdClassName
{
border-color: #B92C7B;
}
.TagClassName
{
border-color: #B92C7B;
}
</style>