Shades of Medium Violet Red #BB129C
Tints of Medium Violet Red #BB129C
RGB
CMYK
RGB Variations
Color information
#BB129C (or 0xBB129C) is known color: Medium Violet Red. HEX triplet: BB, 12 and 9C. RGB value is (187,18,156). Sum of RGB (Red+Green+Blue) = 187+18+156=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB129C is #44ED63. Grayscale: #535353. Windows color (decimal): -4517220 or 10228411. OLE color: 10228411.
HSL color Cylindrical-coordinate representation of color #BB129C: hue angle of 311.01º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB129C is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 156 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.27 |
| HSL | 311.01º | 0.82% | 0.4% | - |
| HSV(B) | 311.01º | 0.9% | 0.73% | - |
| XYZ | 26.71 | 13.4 | 32.63 | - |
| YUV | 84.26 | 168.49 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 156 | 0 | 0.90 | 0.17 | 0.27 | 311.01 | 0.82 | 0.4 |
| Hex | BB | 12 | 9C | 0 | 5A | 11 | 1B | 137 | 52 | 28 |
| Octal | 273 | 22 | 234 | 0 | 132 | 21 | 33 | 467 | 122 | 50 |
| Binary | 10111011 | 10010 | 10011100 | 0 | 1011010 | 10001 | 11011 | 100110111 | 1010010 | 101000 |
Color Harmonies of #BB129C
Complementary color
Monochromatic Colors of #BB129C
Black with #BB129C
Text Example
Text Example
White with #BB129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB129C; }
p { color: rgb(187,18,156); }
H1.HeaderClassName
{
color: #BB129C;
}
.AnyTagClassName
{
color: #BB129C;
}
</style>
background-color css
<style>
a { background-color: #BB129C; }
a { background-color: rgb(187,18,156); }
div.DivClassName
{
background-color: #BB129C;
}
.BgClassName
{
background-color: #BB129C;
}
</style>
border-color css
<style>
span { border-color: #BB129C; }
span { border-color: rgb(187,18,156); }
td.TdClassName
{
border-color: #BB129C;
}
.TagClassName
{
border-color: #BB129C;
}
</style>