Shades of Medium Red Violet #B92C82
Tints of Medium Red Violet #B92C82
RGB
CMYK
RGB Variations
Color information
#B92C82 (or 0xB92C82) is known color: Medium Red Violet. HEX triplet: B9, 2C and 82. RGB value is (185,44,130). Sum of RGB (Red+Green+Blue) = 185+44+130=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92C82 is #46D37D. Grayscale: #5F5F5F. Windows color (decimal): -4641662 or 8531129. OLE color: 8531129.
HSL color Cylindrical-coordinate representation of color #B92C82: hue angle of 323.4º 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 #B92C82 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 44 | 130 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.27 |
| HSL | 323.4º | 0.62% | 0.45% | - |
| HSV(B) | 323.4º | 0.76% | 0.73% | - |
| XYZ | 24.94 | 13.73 | 22.45 | - |
| YUV | 95.96 | 147.21 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 130 | 0 | 0.76 | 0.30 | 0.27 | 323.4 | 0.62 | 0.45 |
| Hex | B9 | 2C | 82 | 0 | 4C | 1E | 1B | 143 | 3E | 2D |
| Octal | 271 | 54 | 202 | 0 | 114 | 36 | 33 | 503 | 76 | 55 |
| Binary | 10111001 | 101100 | 10000010 | 0 | 1001100 | 11110 | 11011 | 101000011 | 111110 | 101101 |
Color Harmonies of #B92C82
Complementary color
Monochromatic Colors of #B92C82
Black with #B92C82
Text Example
Text Example
White with #B92C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92C82; }
p { color: rgb(185,44,130); }
H1.HeaderClassName
{
color: #B92C82;
}
.AnyTagClassName
{
color: #B92C82;
}
</style>
background-color css
<style>
a { background-color: #B92C82; }
a { background-color: rgb(185,44,130); }
div.DivClassName
{
background-color: #B92C82;
}
.BgClassName
{
background-color: #B92C82;
}
</style>
border-color css
<style>
span { border-color: #B92C82; }
span { border-color: rgb(185,44,130); }
td.TdClassName
{
border-color: #B92C82;
}
.TagClassName
{
border-color: #B92C82;
}
</style>