Shades of Medium Violet Red #B81183
Tints of Medium Violet Red #B81183
RGB
CMYK
RGB Variations
Color information
#B81183 (or 0xB81183) is known color: Medium Violet Red. HEX triplet: B8, 11 and 83. RGB value is (184,17,131). Sum of RGB (Red+Green+Blue) = 184+17+131=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B81183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81183 is #47EE7C. Grayscale: #4F4F4F. Windows color (decimal): -4714109 or 8589752. OLE color: 8589752.
HSL color Cylindrical-coordinate representation of color #B81183: hue angle of 319.04º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81183 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 131 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.28 |
| HSL | 319.04º | 0.83% | 0.39% | - |
| HSV(B) | 319.04º | 0.91% | 0.72% | - |
| XYZ | 24.06 | 12.23 | 22.57 | - |
| YUV | 79.93 | 156.83 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 131 | 0 | 0.91 | 0.29 | 0.28 | 319.04 | 0.83 | 0.39 |
| Hex | B8 | 11 | 83 | 0 | 5B | 1D | 1C | 13F | 53 | 27 |
| Octal | 270 | 21 | 203 | 0 | 133 | 35 | 34 | 477 | 123 | 47 |
| Binary | 10111000 | 10001 | 10000011 | 0 | 1011011 | 11101 | 11100 | 100111111 | 1010011 | 100111 |
Color Harmonies of #B81183
Complementary color
Monochromatic Colors of #B81183
Black with #B81183
Text Example
Text Example
White with #B81183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81183; }
p { color: rgb(184,17,131); }
H1.HeaderClassName
{
color: #B81183;
}
.AnyTagClassName
{
color: #B81183;
}
</style>
background-color css
<style>
a { background-color: #B81183; }
a { background-color: rgb(184,17,131); }
div.DivClassName
{
background-color: #B81183;
}
.BgClassName
{
background-color: #B81183;
}
</style>
border-color css
<style>
span { border-color: #B81183; }
span { border-color: rgb(184,17,131); }
td.TdClassName
{
border-color: #B81183;
}
.TagClassName
{
border-color: #B81183;
}
</style>