Shades of Medium Red Violet #B92C83
Tints of Medium Red Violet #B92C83
RGB
CMYK
RGB Variations
Color information
#B92C83 (or 0xB92C83) is known color: Medium Red Violet. HEX triplet: B9, 2C and 83. RGB value is (185,44,131). Sum of RGB (Red+Green+Blue) = 185+44+131=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92C83 is #46D37C. Grayscale: #5F5F5F. Windows color (decimal): -4641661 or 8596665. OLE color: 8596665.
HSL color Cylindrical-coordinate representation of color #B92C83: hue angle of 322.98º 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 #B92C83 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 44 | 131 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.27 |
| HSL | 322.98º | 0.62% | 0.45% | - |
| HSV(B) | 322.98º | 0.76% | 0.73% | - |
| XYZ | 25.01 | 13.75 | 22.81 | - |
| YUV | 96.08 | 147.71 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 131 | 0 | 0.76 | 0.29 | 0.27 | 322.98 | 0.62 | 0.45 |
| Hex | B9 | 2C | 83 | 0 | 4C | 1D | 1B | 143 | 3E | 2D |
| Octal | 271 | 54 | 203 | 0 | 114 | 35 | 33 | 503 | 76 | 55 |
| Binary | 10111001 | 101100 | 10000011 | 0 | 1001100 | 11101 | 11011 | 101000011 | 111110 | 101101 |
Color Harmonies of #B92C83
Complementary color
Monochromatic Colors of #B92C83
Black with #B92C83
Text Example
Text Example
White with #B92C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92C83; }
p { color: rgb(185,44,131); }
H1.HeaderClassName
{
color: #B92C83;
}
.AnyTagClassName
{
color: #B92C83;
}
</style>
background-color css
<style>
a { background-color: #B92C83; }
a { background-color: rgb(185,44,131); }
div.DivClassName
{
background-color: #B92C83;
}
.BgClassName
{
background-color: #B92C83;
}
</style>
border-color css
<style>
span { border-color: #B92C83; }
span { border-color: rgb(185,44,131); }
td.TdClassName
{
border-color: #B92C83;
}
.TagClassName
{
border-color: #B92C83;
}
</style>