Shades of Medium Violet Red #BB118A
Tints of Medium Violet Red #BB118A
RGB
CMYK
RGB Variations
Color information
#BB118A (or 0xBB118A) is known color: Medium Violet Red. HEX triplet: BB, 11 and 8A. RGB value is (187,17,138). Sum of RGB (Red+Green+Blue) = 187+17+138=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB118A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB118A is #44EE75. Grayscale: #515151. Windows color (decimal): -4517494 or 9048507. OLE color: 9048507.
HSL color Cylindrical-coordinate representation of color #BB118A: hue angle of 317.29º degrees, saturation: 0.83, 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 #BB118A is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 138 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.27 |
| HSL | 317.29º | 0.83% | 0.4% | - |
| HSV(B) | 317.29º | 0.91% | 0.73% | - |
| XYZ | 25.28 | 12.8 | 25.18 | - |
| YUV | 81.62 | 159.82 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 138 | 0 | 0.91 | 0.26 | 0.27 | 317.29 | 0.83 | 0.4 |
| Hex | BB | 11 | 8A | 0 | 5B | 1A | 1B | 13D | 53 | 28 |
| Octal | 273 | 21 | 212 | 0 | 133 | 32 | 33 | 475 | 123 | 50 |
| Binary | 10111011 | 10001 | 10001010 | 0 | 1011011 | 11010 | 11011 | 100111101 | 1010011 | 101000 |
Color Harmonies of #BB118A
Complementary color
Monochromatic Colors of #BB118A
Black with #BB118A
Text Example
Text Example
White with #BB118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB118A; }
p { color: rgb(187,17,138); }
H1.HeaderClassName
{
color: #BB118A;
}
.AnyTagClassName
{
color: #BB118A;
}
</style>
background-color css
<style>
a { background-color: #BB118A; }
a { background-color: rgb(187,17,138); }
div.DivClassName
{
background-color: #BB118A;
}
.BgClassName
{
background-color: #BB118A;
}
</style>
border-color css
<style>
span { border-color: #BB118A; }
span { border-color: rgb(187,17,138); }
td.TdClassName
{
border-color: #BB118A;
}
.TagClassName
{
border-color: #BB118A;
}
</style>