Shades of Medium Violet Red #BB139D
Tints of Medium Violet Red #BB139D
RGB
CMYK
RGB Variations
Color information
#BB139D (or 0xBB139D) is known color: Medium Violet Red. HEX triplet: BB, 13 and 9D. RGB value is (187,19,157). Sum of RGB (Red+Green+Blue) = 187+19+157=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB139D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB139D is #44EC62. Grayscale: #545454. Windows color (decimal): -4516963 or 10294203. OLE color: 10294203.
HSL color Cylindrical-coordinate representation of color #BB139D: hue angle of 310.71º 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 #BB139D is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 19 | 157 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.27 |
| HSL | 310.71º | 0.82% | 0.4% | - |
| HSV(B) | 310.71º | 0.9% | 0.73% | - |
| XYZ | 26.81 | 13.46 | 33.08 | - |
| YUV | 84.96 | 168.66 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 157 | 0 | 0.90 | 0.16 | 0.27 | 310.71 | 0.82 | 0.4 |
| Hex | BB | 13 | 9D | 0 | 5A | 10 | 1B | 137 | 52 | 28 |
| Octal | 273 | 23 | 235 | 0 | 132 | 20 | 33 | 467 | 122 | 50 |
| Binary | 10111011 | 10011 | 10011101 | 0 | 1011010 | 10000 | 11011 | 100110111 | 1010010 | 101000 |
Color Harmonies of #BB139D
Complementary color
Monochromatic Colors of #BB139D
Black with #BB139D
Text Example
Text Example
White with #BB139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB139D; }
p { color: rgb(187,19,157); }
H1.HeaderClassName
{
color: #BB139D;
}
.AnyTagClassName
{
color: #BB139D;
}
</style>
background-color css
<style>
a { background-color: #BB139D; }
a { background-color: rgb(187,19,157); }
div.DivClassName
{
background-color: #BB139D;
}
.BgClassName
{
background-color: #BB139D;
}
</style>
border-color css
<style>
span { border-color: #BB139D; }
span { border-color: rgb(187,19,157); }
td.TdClassName
{
border-color: #BB139D;
}
.TagClassName
{
border-color: #BB139D;
}
</style>