Shades of Medium Violet Red #BB167C
Tints of Medium Violet Red #BB167C
RGB
CMYK
RGB Variations
Color information
#BB167C (or 0xBB167C) is known color: Medium Violet Red. HEX triplet: BB, 16 and 7C. RGB value is (187,22,124). Sum of RGB (Red+Green+Blue) = 187+22+124=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB167C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB167C is #44E983. Grayscale: #525252. Windows color (decimal): -4516228 or 8132283. OLE color: 8132283.
HSL color Cylindrical-coordinate representation of color #BB167C: hue angle of 322.91º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB167C is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 22 | 124 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.27 |
| HSL | 322.91º | 0.79% | 0.41% | - |
| HSV(B) | 322.91º | 0.88% | 0.73% | - |
| XYZ | 24.42 | 12.59 | 20.21 | - |
| YUV | 82.96 | 151.16 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 124 | 0 | 0.88 | 0.34 | 0.27 | 322.91 | 0.79 | 0.41 |
| Hex | BB | 16 | 7C | 0 | 58 | 22 | 1B | 143 | 4F | 29 |
| Octal | 273 | 26 | 174 | 0 | 130 | 42 | 33 | 503 | 117 | 51 |
| Binary | 10111011 | 10110 | 1111100 | 0 | 1011000 | 100010 | 11011 | 101000011 | 1001111 | 101001 |
Color Harmonies of #BB167C
Complementary color
Monochromatic Colors of #BB167C
Black with #BB167C
Text Example
Text Example
White with #BB167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB167C; }
p { color: rgb(187,22,124); }
H1.HeaderClassName
{
color: #BB167C;
}
.AnyTagClassName
{
color: #BB167C;
}
</style>
background-color css
<style>
a { background-color: #BB167C; }
a { background-color: rgb(187,22,124); }
div.DivClassName
{
background-color: #BB167C;
}
.BgClassName
{
background-color: #BB167C;
}
</style>
border-color css
<style>
span { border-color: #BB167C; }
span { border-color: rgb(187,22,124); }
td.TdClassName
{
border-color: #BB167C;
}
.TagClassName
{
border-color: #BB167C;
}
</style>