Shades of Medium Red Violet #B92183
Tints of Medium Red Violet #B92183
RGB
CMYK
RGB Variations
Color information
#B92183 (or 0xB92183) is known color: Medium Red Violet. HEX triplet: B9, 21 and 83. RGB value is (185,33,131). Sum of RGB (Red+Green+Blue) = 185+33+131=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B92183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92183 is #46DE7C. Grayscale: #595959. Windows color (decimal): -4644477 or 8593849. OLE color: 8593849.
HSL color Cylindrical-coordinate representation of color #B92183: hue angle of 321.32º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B92183 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 33 | 131 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.27 |
| HSL | 321.32º | 0.7% | 0.43% | - |
| HSV(B) | 321.32º | 0.82% | 0.73% | - |
| XYZ | 24.65 | 13.04 | 22.69 | - |
| YUV | 89.62 | 151.36 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 131 | 0 | 0.82 | 0.29 | 0.27 | 321.32 | 0.7 | 0.43 |
| Hex | B9 | 21 | 83 | 0 | 52 | 1D | 1B | 141 | 46 | 2B |
| Octal | 271 | 41 | 203 | 0 | 122 | 35 | 33 | 501 | 106 | 53 |
| Binary | 10111001 | 100001 | 10000011 | 0 | 1010010 | 11101 | 11011 | 101000001 | 1000110 | 101011 |
Color Harmonies of #B92183
Complementary color
Monochromatic Colors of #B92183
Black with #B92183
Text Example
Text Example
White with #B92183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92183; }
p { color: rgb(185,33,131); }
H1.HeaderClassName
{
color: #B92183;
}
.AnyTagClassName
{
color: #B92183;
}
</style>
background-color css
<style>
a { background-color: #B92183; }
a { background-color: rgb(185,33,131); }
div.DivClassName
{
background-color: #B92183;
}
.BgClassName
{
background-color: #B92183;
}
</style>
border-color css
<style>
span { border-color: #B92183; }
span { border-color: rgb(185,33,131); }
td.TdClassName
{
border-color: #B92183;
}
.TagClassName
{
border-color: #B92183;
}
</style>