Shades of Medium Violet Red #B81683
Tints of Medium Violet Red #B81683
RGB
CMYK
RGB Variations
Color information
#B81683 (or 0xB81683) is known color: Medium Violet Red. HEX triplet: B8, 16 and 83. RGB value is (184,22,131). Sum of RGB (Red+Green+Blue) = 184+22+131=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B81683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81683 is #47E97C. Grayscale: #525252. Windows color (decimal): -4712829 or 8591032. OLE color: 8591032.
HSL color Cylindrical-coordinate representation of color #B81683: hue angle of 319.63º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81683 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 131 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.28 |
| HSL | 319.63º | 0.79% | 0.4% | - |
| HSV(B) | 319.63º | 0.88% | 0.72% | - |
| XYZ | 24.15 | 12.4 | 22.59 | - |
| YUV | 82.86 | 155.17 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 131 | 0 | 0.88 | 0.29 | 0.28 | 319.63 | 0.79 | 0.4 |
| Hex | B8 | 16 | 83 | 0 | 58 | 1D | 1C | 140 | 4F | 28 |
| Octal | 270 | 26 | 203 | 0 | 130 | 35 | 34 | 500 | 117 | 50 |
| Binary | 10111000 | 10110 | 10000011 | 0 | 1011000 | 11101 | 11100 | 101000000 | 1001111 | 101000 |
Color Harmonies of #B81683
Complementary color
Monochromatic Colors of #B81683
Black with #B81683
Text Example
Text Example
White with #B81683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81683; }
p { color: rgb(184,22,131); }
H1.HeaderClassName
{
color: #B81683;
}
.AnyTagClassName
{
color: #B81683;
}
</style>
background-color css
<style>
a { background-color: #B81683; }
a { background-color: rgb(184,22,131); }
div.DivClassName
{
background-color: #B81683;
}
.BgClassName
{
background-color: #B81683;
}
</style>
border-color css
<style>
span { border-color: #B81683; }
span { border-color: rgb(184,22,131); }
td.TdClassName
{
border-color: #B81683;
}
.TagClassName
{
border-color: #B81683;
}
</style>