Shades of Medium Violet Red #BB1676
Tints of Medium Violet Red #BB1676
RGB
CMYK
RGB Variations
Color information
#BB1676 (or 0xBB1676) is known color: Medium Violet Red. HEX triplet: BB, 16 and 76. RGB value is (187,22,118). Sum of RGB (Red+Green+Blue) = 187+22+118=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1676 is #44E989. Grayscale: #525252. Windows color (decimal): -4516234 or 7739067. OLE color: 7739067.
HSL color Cylindrical-coordinate representation of color #BB1676: hue angle of 325.09º 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 #BB1676 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 22 | 118 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.27 |
| HSL | 325.09º | 0.79% | 0.41% | - |
| HSV(B) | 325.09º | 0.88% | 0.73% | - |
| XYZ | 24.05 | 12.45 | 18.27 | - |
| YUV | 82.28 | 148.16 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 118 | 0 | 0.88 | 0.37 | 0.27 | 325.09 | 0.79 | 0.41 |
| Hex | BB | 16 | 76 | 0 | 58 | 25 | 1B | 145 | 4F | 29 |
| Octal | 273 | 26 | 166 | 0 | 130 | 45 | 33 | 505 | 117 | 51 |
| Binary | 10111011 | 10110 | 1110110 | 0 | 1011000 | 100101 | 11011 | 101000101 | 1001111 | 101001 |
Color Harmonies of #BB1676
Complementary color
Monochromatic Colors of #BB1676
Black with #BB1676
Text Example
Text Example
White with #BB1676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1676; }
p { color: rgb(187,22,118); }
H1.HeaderClassName
{
color: #BB1676;
}
.AnyTagClassName
{
color: #BB1676;
}
</style>
background-color css
<style>
a { background-color: #BB1676; }
a { background-color: rgb(187,22,118); }
div.DivClassName
{
background-color: #BB1676;
}
.BgClassName
{
background-color: #BB1676;
}
</style>
border-color css
<style>
span { border-color: #BB1676; }
span { border-color: rgb(187,22,118); }
td.TdClassName
{
border-color: #BB1676;
}
.TagClassName
{
border-color: #BB1676;
}
</style>