Shades of Medium Red Violet #B83185
Tints of Medium Red Violet #B83185
RGB
CMYK
RGB Variations
Color information
#B83185 (or 0xB83185) is known color: Medium Red Violet. HEX triplet: B8, 31 and 85. RGB value is (184,49,133). Sum of RGB (Red+Green+Blue) = 184+49+133=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B83185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83185 is #47CE7A. Grayscale: #626262. Windows color (decimal): -4705915 or 8729016. OLE color: 8729016.
HSL color Cylindrical-coordinate representation of color #B83185: hue angle of 322.67º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83185 is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 49 | 133 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.28 |
| HSL | 322.67º | 0.58% | 0.46% | - |
| HSV(B) | 322.67º | 0.73% | 0.72% | - |
| XYZ | 25.1 | 14.08 | 23.59 | - |
| YUV | 98.94 | 147.23 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 133 | 0 | 0.73 | 0.28 | 0.28 | 322.67 | 0.58 | 0.46 |
| Hex | B8 | 31 | 85 | 0 | 49 | 1C | 1C | 143 | 3A | 2E |
| Octal | 270 | 61 | 205 | 0 | 111 | 34 | 34 | 503 | 72 | 56 |
| Binary | 10111000 | 110001 | 10000101 | 0 | 1001001 | 11100 | 11100 | 101000011 | 111010 | 101110 |
Color Harmonies of #B83185
Complementary color
Monochromatic Colors of #B83185
Black with #B83185
Text Example
Text Example
White with #B83185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83185; }
p { color: rgb(184,49,133); }
H1.HeaderClassName
{
color: #B83185;
}
.AnyTagClassName
{
color: #B83185;
}
</style>
background-color css
<style>
a { background-color: #B83185; }
a { background-color: rgb(184,49,133); }
div.DivClassName
{
background-color: #B83185;
}
.BgClassName
{
background-color: #B83185;
}
</style>
border-color css
<style>
span { border-color: #B83185; }
span { border-color: rgb(184,49,133); }
td.TdClassName
{
border-color: #B83185;
}
.TagClassName
{
border-color: #B83185;
}
</style>