Shades of Medium Violet Red #BB1C76
Tints of Medium Violet Red #BB1C76
RGB
CMYK
RGB Variations
Color information
#BB1C76 (or 0xBB1C76) is known color: Medium Violet Red. HEX triplet: BB, 1C and 76. RGB value is (187,28,118). Sum of RGB (Red+Green+Blue) = 187+28+118=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1C76 is #44E389. Grayscale: #555555. Windows color (decimal): -4514698 or 7740603. OLE color: 7740603.
HSL color Cylindrical-coordinate representation of color #BB1C76: hue angle of 326.04º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB1C76 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 28 | 118 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.27 |
| HSL | 326.04º | 0.74% | 0.42% | - |
| HSV(B) | 326.04º | 0.85% | 0.73% | - |
| XYZ | 24.18 | 12.7 | 18.32 | - |
| YUV | 85.8 | 146.18 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 118 | 0 | 0.85 | 0.37 | 0.27 | 326.04 | 0.74 | 0.42 |
| Hex | BB | 1C | 76 | 0 | 55 | 25 | 1B | 146 | 4A | 2A |
| Octal | 273 | 34 | 166 | 0 | 125 | 45 | 33 | 506 | 112 | 52 |
| Binary | 10111011 | 11100 | 1110110 | 0 | 1010101 | 100101 | 11011 | 101000110 | 1001010 | 101010 |
Color Harmonies of #BB1C76
Complementary color
Monochromatic Colors of #BB1C76
Black with #BB1C76
Text Example
Text Example
White with #BB1C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1C76; }
p { color: rgb(187,28,118); }
H1.HeaderClassName
{
color: #BB1C76;
}
.AnyTagClassName
{
color: #BB1C76;
}
</style>
background-color css
<style>
a { background-color: #BB1C76; }
a { background-color: rgb(187,28,118); }
div.DivClassName
{
background-color: #BB1C76;
}
.BgClassName
{
background-color: #BB1C76;
}
</style>
border-color css
<style>
span { border-color: #BB1C76; }
span { border-color: rgb(187,28,118); }
td.TdClassName
{
border-color: #BB1C76;
}
.TagClassName
{
border-color: #BB1C76;
}
</style>