Shades of Medium Red Violet #B93183
Tints of Medium Red Violet #B93183
RGB
CMYK
RGB Variations
Color information
#B93183 (or 0xB93183) is known color: Medium Red Violet. HEX triplet: B9, 31 and 83. RGB value is (185,49,131). Sum of RGB (Red+Green+Blue) = 185+49+131=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B93183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93183 is #46CE7C. Grayscale: #626262. Windows color (decimal): -4640381 or 8597945. OLE color: 8597945.
HSL color Cylindrical-coordinate representation of color #B93183: hue angle of 323.82º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93183 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 131 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.27 |
| HSL | 323.82º | 0.58% | 0.46% | - |
| HSV(B) | 323.82º | 0.74% | 0.73% | - |
| XYZ | 25.2 | 14.15 | 22.88 | - |
| YUV | 99.01 | 146.06 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 131 | 0 | 0.74 | 0.29 | 0.27 | 323.82 | 0.58 | 0.46 |
| Hex | B9 | 31 | 83 | 0 | 4A | 1D | 1B | 144 | 3A | 2E |
| Octal | 271 | 61 | 203 | 0 | 112 | 35 | 33 | 504 | 72 | 56 |
| Binary | 10111001 | 110001 | 10000011 | 0 | 1001010 | 11101 | 11011 | 101000100 | 111010 | 101110 |
Color Harmonies of #B93183
Complementary color
Monochromatic Colors of #B93183
Black with #B93183
Text Example
Text Example
White with #B93183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93183; }
p { color: rgb(185,49,131); }
H1.HeaderClassName
{
color: #B93183;
}
.AnyTagClassName
{
color: #B93183;
}
</style>
background-color css
<style>
a { background-color: #B93183; }
a { background-color: rgb(185,49,131); }
div.DivClassName
{
background-color: #B93183;
}
.BgClassName
{
background-color: #B93183;
}
</style>
border-color css
<style>
span { border-color: #B93183; }
span { border-color: rgb(185,49,131); }
td.TdClassName
{
border-color: #B93183;
}
.TagClassName
{
border-color: #B93183;
}
</style>