Shades of Medium Violet Red #BB1080
Tints of Medium Violet Red #BB1080
RGB
CMYK
RGB Variations
Color information
#BB1080 (or 0xBB1080) is known color: Medium Violet Red. HEX triplet: BB, 10 and 80. RGB value is (187,16,128). Sum of RGB (Red+Green+Blue) = 187+16+128=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1080 is #44EF7F. Grayscale: #4F4F4F. Windows color (decimal): -4517760 or 8392891. OLE color: 8392891.
HSL color Cylindrical-coordinate representation of color #BB1080: hue angle of 320.7º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1080 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 128 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.27 |
| HSL | 320.7º | 0.84% | 0.4% | - |
| HSV(B) | 320.7º | 0.91% | 0.73% | - |
| XYZ | 24.58 | 12.49 | 21.54 | - |
| YUV | 79.9 | 155.15 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 128 | 0 | 0.91 | 0.32 | 0.27 | 320.7 | 0.84 | 0.4 |
| Hex | BB | 10 | 80 | 0 | 5B | 20 | 1B | 141 | 54 | 28 |
| Octal | 273 | 20 | 200 | 0 | 133 | 40 | 33 | 501 | 124 | 50 |
| Binary | 10111011 | 10000 | 10000000 | 0 | 1011011 | 100000 | 11011 | 101000001 | 1010100 | 101000 |
Color Harmonies of #BB1080
Complementary color
Monochromatic Colors of #BB1080
Black with #BB1080
Text Example
Text Example
White with #BB1080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1080; }
p { color: rgb(187,16,128); }
H1.HeaderClassName
{
color: #BB1080;
}
.AnyTagClassName
{
color: #BB1080;
}
</style>
background-color css
<style>
a { background-color: #BB1080; }
a { background-color: rgb(187,16,128); }
div.DivClassName
{
background-color: #BB1080;
}
.BgClassName
{
background-color: #BB1080;
}
</style>
border-color css
<style>
span { border-color: #BB1080; }
span { border-color: rgb(187,16,128); }
td.TdClassName
{
border-color: #BB1080;
}
.TagClassName
{
border-color: #BB1080;
}
</style>