Shades of Medium Violet Red #B81673
Tints of Medium Violet Red #B81673
RGB
CMYK
RGB Variations
Color information
#B81673 (or 0xB81673) is known color: Medium Violet Red. HEX triplet: B8, 16 and 73. RGB value is (184,22,115). Sum of RGB (Red+Green+Blue) = 184+22+115=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B81673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81673 is #47E98C. Grayscale: #505050. Windows color (decimal): -4712845 or 7542456. OLE color: 7542456.
HSL color Cylindrical-coordinate representation of color #B81673: hue angle of 325.56º 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 #B81673 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 115 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.28 |
| HSL | 325.56º | 0.79% | 0.4% | - |
| HSV(B) | 325.56º | 0.88% | 0.72% | - |
| XYZ | 23.15 | 12 | 17.32 | - |
| YUV | 81.04 | 147.17 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 115 | 0 | 0.88 | 0.38 | 0.28 | 325.56 | 0.79 | 0.4 |
| Hex | B8 | 16 | 73 | 0 | 58 | 26 | 1C | 146 | 4F | 28 |
| Octal | 270 | 26 | 163 | 0 | 130 | 46 | 34 | 506 | 117 | 50 |
| Binary | 10111000 | 10110 | 1110011 | 0 | 1011000 | 100110 | 11100 | 101000110 | 1001111 | 101000 |
Color Harmonies of #B81673
Complementary color
Monochromatic Colors of #B81673
Black with #B81673
Text Example
Text Example
White with #B81673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81673; }
p { color: rgb(184,22,115); }
H1.HeaderClassName
{
color: #B81673;
}
.AnyTagClassName
{
color: #B81673;
}
</style>
background-color css
<style>
a { background-color: #B81673; }
a { background-color: rgb(184,22,115); }
div.DivClassName
{
background-color: #B81673;
}
.BgClassName
{
background-color: #B81673;
}
</style>
border-color css
<style>
span { border-color: #B81673; }
span { border-color: rgb(184,22,115); }
td.TdClassName
{
border-color: #B81673;
}
.TagClassName
{
border-color: #B81673;
}
</style>