Shades of Medium Red Violet #B93181
Tints of Medium Red Violet #B93181
RGB
CMYK
RGB Variations
Color information
#B93181 (or 0xB93181) is known color: Medium Red Violet. HEX triplet: B9, 31 and 81. RGB value is (185,49,129). Sum of RGB (Red+Green+Blue) = 185+49+129=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B93181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93181 is #46CE7E. Grayscale: #626262. Windows color (decimal): -4640383 or 8466873. OLE color: 8466873.
HSL color Cylindrical-coordinate representation of color #B93181: hue angle of 324.71º 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 #B93181 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 129 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.27 |
| HSL | 324.71º | 0.58% | 0.46% | - |
| HSV(B) | 324.71º | 0.74% | 0.73% | - |
| XYZ | 25.07 | 14.1 | 22.17 | - |
| YUV | 98.78 | 145.06 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 129 | 0 | 0.74 | 0.30 | 0.27 | 324.71 | 0.58 | 0.46 |
| Hex | B9 | 31 | 81 | 0 | 4A | 1E | 1B | 145 | 3A | 2E |
| Octal | 271 | 61 | 201 | 0 | 112 | 36 | 33 | 505 | 72 | 56 |
| Binary | 10111001 | 110001 | 10000001 | 0 | 1001010 | 11110 | 11011 | 101000101 | 111010 | 101110 |
Color Harmonies of #B93181
Complementary color
Monochromatic Colors of #B93181
Black with #B93181
Text Example
Text Example
White with #B93181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93181; }
p { color: rgb(185,49,129); }
H1.HeaderClassName
{
color: #B93181;
}
.AnyTagClassName
{
color: #B93181;
}
</style>
background-color css
<style>
a { background-color: #B93181; }
a { background-color: rgb(185,49,129); }
div.DivClassName
{
background-color: #B93181;
}
.BgClassName
{
background-color: #B93181;
}
</style>
border-color css
<style>
span { border-color: #B93181; }
span { border-color: rgb(185,49,129); }
td.TdClassName
{
border-color: #B93181;
}
.TagClassName
{
border-color: #B93181;
}
</style>