Shades of Medium Violet Red #BB149D
Tints of Medium Violet Red #BB149D
RGB
CMYK
RGB Variations
Color information
#BB149D (or 0xBB149D) is known color: Medium Violet Red. HEX triplet: BB, 14 and 9D. RGB value is (187,20,157). Sum of RGB (Red+Green+Blue) = 187+20+157=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB149D is #44EB62. Grayscale: #555555. Windows color (decimal): -4516707 or 10294459. OLE color: 10294459.
HSL color Cylindrical-coordinate representation of color #BB149D: hue angle of 310.78º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB149D is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 157 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.27 |
| HSL | 310.78º | 0.81% | 0.41% | - |
| HSV(B) | 310.78º | 0.89% | 0.73% | - |
| XYZ | 26.83 | 13.5 | 33.09 | - |
| YUV | 85.55 | 168.33 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 157 | 0 | 0.89 | 0.16 | 0.27 | 310.78 | 0.81 | 0.41 |
| Hex | BB | 14 | 9D | 0 | 59 | 10 | 1B | 137 | 51 | 29 |
| Octal | 273 | 24 | 235 | 0 | 131 | 20 | 33 | 467 | 121 | 51 |
| Binary | 10111011 | 10100 | 10011101 | 0 | 1011001 | 10000 | 11011 | 100110111 | 1010001 | 101001 |
Color Harmonies of #BB149D
Complementary color
Monochromatic Colors of #BB149D
Black with #BB149D
Text Example
Text Example
White with #BB149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB149D; }
p { color: rgb(187,20,157); }
H1.HeaderClassName
{
color: #BB149D;
}
.AnyTagClassName
{
color: #BB149D;
}
</style>
background-color css
<style>
a { background-color: #BB149D; }
a { background-color: rgb(187,20,157); }
div.DivClassName
{
background-color: #BB149D;
}
.BgClassName
{
background-color: #BB149D;
}
</style>
border-color css
<style>
span { border-color: #BB149D; }
span { border-color: rgb(187,20,157); }
td.TdClassName
{
border-color: #BB149D;
}
.TagClassName
{
border-color: #BB149D;
}
</style>