Shades of Medium Violet Red #BB129B
Tints of Medium Violet Red #BB129B
RGB
CMYK
RGB Variations
Color information
#BB129B (or 0xBB129B) is known color: Medium Violet Red. HEX triplet: BB, 12 and 9B. RGB value is (187,18,155). Sum of RGB (Red+Green+Blue) = 187+18+155=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB129B is #44ED64. Grayscale: #535353. Windows color (decimal): -4517221 or 10162875. OLE color: 10162875.
HSL color Cylindrical-coordinate representation of color #BB129B: hue angle of 311.36º 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 #BB129B is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 155 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.27 |
| HSL | 311.36º | 0.82% | 0.4% | - |
| HSV(B) | 311.36º | 0.9% | 0.73% | - |
| XYZ | 26.63 | 13.36 | 32.19 | - |
| YUV | 84.15 | 167.99 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 155 | 0 | 0.90 | 0.17 | 0.27 | 311.36 | 0.82 | 0.4 |
| Hex | BB | 12 | 9B | 0 | 5A | 11 | 1B | 137 | 52 | 28 |
| Octal | 273 | 22 | 233 | 0 | 132 | 21 | 33 | 467 | 122 | 50 |
| Binary | 10111011 | 10010 | 10011011 | 0 | 1011010 | 10001 | 11011 | 100110111 | 1010010 | 101000 |
Color Harmonies of #BB129B
Complementary color
Monochromatic Colors of #BB129B
Black with #BB129B
Text Example
Text Example
White with #BB129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB129B; }
p { color: rgb(187,18,155); }
H1.HeaderClassName
{
color: #BB129B;
}
.AnyTagClassName
{
color: #BB129B;
}
</style>
background-color css
<style>
a { background-color: #BB129B; }
a { background-color: rgb(187,18,155); }
div.DivClassName
{
background-color: #BB129B;
}
.BgClassName
{
background-color: #BB129B;
}
</style>
border-color css
<style>
span { border-color: #BB129B; }
span { border-color: rgb(187,18,155); }
td.TdClassName
{
border-color: #BB129B;
}
.TagClassName
{
border-color: #BB129B;
}
</style>