Shades of Medium Red Violet #B83180
Tints of Medium Red Violet #B83180
RGB
CMYK
RGB Variations
Color information
#B83180 (or 0xB83180) is known color: Medium Red Violet. HEX triplet: B8, 31 and 80. RGB value is (184,49,128). Sum of RGB (Red+Green+Blue) = 184+49+128=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B83180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83180 is #47CE7F. Grayscale: #626262. Windows color (decimal): -4705920 or 8401336. OLE color: 8401336.
HSL color Cylindrical-coordinate representation of color #B83180: hue angle of 324.89º 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 #B83180 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 49 | 128 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.28 |
| HSL | 324.89º | 0.58% | 0.46% | - |
| HSV(B) | 324.89º | 0.73% | 0.72% | - |
| XYZ | 24.76 | 13.95 | 21.81 | - |
| YUV | 98.37 | 144.73 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 128 | 0 | 0.73 | 0.30 | 0.28 | 324.89 | 0.58 | 0.46 |
| Hex | B8 | 31 | 80 | 0 | 49 | 1E | 1C | 145 | 3A | 2E |
| Octal | 270 | 61 | 200 | 0 | 111 | 36 | 34 | 505 | 72 | 56 |
| Binary | 10111000 | 110001 | 10000000 | 0 | 1001001 | 11110 | 11100 | 101000101 | 111010 | 101110 |
Color Harmonies of #B83180
Complementary color
Monochromatic Colors of #B83180
Black with #B83180
Text Example
Text Example
White with #B83180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83180; }
p { color: rgb(184,49,128); }
H1.HeaderClassName
{
color: #B83180;
}
.AnyTagClassName
{
color: #B83180;
}
</style>
background-color css
<style>
a { background-color: #B83180; }
a { background-color: rgb(184,49,128); }
div.DivClassName
{
background-color: #B83180;
}
.BgClassName
{
background-color: #B83180;
}
</style>
border-color css
<style>
span { border-color: #B83180; }
span { border-color: rgb(184,49,128); }
td.TdClassName
{
border-color: #B83180;
}
.TagClassName
{
border-color: #B83180;
}
</style>