Shades of Medium Violet Red #B8169C
Tints of Medium Violet Red #B8169C
RGB
CMYK
RGB Variations
Color information
#B8169C (or 0xB8169C) is known color: Medium Violet Red. HEX triplet: B8, 16 and 9C. RGB value is (184,22,156). Sum of RGB (Red+Green+Blue) = 184+22+156=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8169C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8169C is #47E963. Grayscale: #555555. Windows color (decimal): -4712804 or 10229432. OLE color: 10229432.
HSL color Cylindrical-coordinate representation of color #B8169C: hue angle of 310.37º 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 #B8169C is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 156 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.28 |
| HSL | 310.37º | 0.79% | 0.4% | - |
| HSV(B) | 310.37º | 0.88% | 0.72% | - |
| XYZ | 26.05 | 13.16 | 32.62 | - |
| YUV | 85.71 | 167.67 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 156 | 0 | 0.88 | 0.15 | 0.28 | 310.37 | 0.79 | 0.4 |
| Hex | B8 | 16 | 9C | 0 | 58 | F | 1C | 136 | 4F | 28 |
| Octal | 270 | 26 | 234 | 0 | 130 | 17 | 34 | 466 | 117 | 50 |
| Binary | 10111000 | 10110 | 10011100 | 0 | 1011000 | 1111 | 11100 | 100110110 | 1001111 | 101000 |
Color Harmonies of #B8169C
Complementary color
Monochromatic Colors of #B8169C
Black with #B8169C
Text Example
Text Example
White with #B8169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8169C; }
p { color: rgb(184,22,156); }
H1.HeaderClassName
{
color: #B8169C;
}
.AnyTagClassName
{
color: #B8169C;
}
</style>
background-color css
<style>
a { background-color: #B8169C; }
a { background-color: rgb(184,22,156); }
div.DivClassName
{
background-color: #B8169C;
}
.BgClassName
{
background-color: #B8169C;
}
</style>
border-color css
<style>
span { border-color: #B8169C; }
span { border-color: rgb(184,22,156); }
td.TdClassName
{
border-color: #B8169C;
}
.TagClassName
{
border-color: #B8169C;
}
</style>