Shades of Medium Violet Red #B81693
Tints of Medium Violet Red #B81693
RGB
CMYK
RGB Variations
Color information
#B81693 (or 0xB81693) is known color: Medium Violet Red. HEX triplet: B8, 16 and 93. RGB value is (184,22,147). Sum of RGB (Red+Green+Blue) = 184+22+147=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B81693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81693 is #47E96C. Grayscale: #545454. Windows color (decimal): -4712813 or 9639608. OLE color: 9639608.
HSL color Cylindrical-coordinate representation of color #B81693: hue angle of 313.7º 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 #B81693 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 147 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.28 |
| HSL | 313.7º | 0.79% | 0.4% | - |
| HSV(B) | 313.7º | 0.88% | 0.72% | - |
| XYZ | 25.32 | 12.87 | 28.75 | - |
| YUV | 84.69 | 163.17 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 147 | 0 | 0.88 | 0.20 | 0.28 | 313.7 | 0.79 | 0.4 |
| Hex | B8 | 16 | 93 | 0 | 58 | 14 | 1C | 13A | 4F | 28 |
| Octal | 270 | 26 | 223 | 0 | 130 | 24 | 34 | 472 | 117 | 50 |
| Binary | 10111000 | 10110 | 10010011 | 0 | 1011000 | 10100 | 11100 | 100111010 | 1001111 | 101000 |
Color Harmonies of #B81693
Complementary color
Monochromatic Colors of #B81693
Black with #B81693
Text Example
Text Example
White with #B81693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81693; }
p { color: rgb(184,22,147); }
H1.HeaderClassName
{
color: #B81693;
}
.AnyTagClassName
{
color: #B81693;
}
</style>
background-color css
<style>
a { background-color: #B81693; }
a { background-color: rgb(184,22,147); }
div.DivClassName
{
background-color: #B81693;
}
.BgClassName
{
background-color: #B81693;
}
</style>
border-color css
<style>
span { border-color: #B81693; }
span { border-color: rgb(184,22,147); }
td.TdClassName
{
border-color: #B81693;
}
.TagClassName
{
border-color: #B81693;
}
</style>