Shades of Medium Violet Red #BB139A
Tints of Medium Violet Red #BB139A
RGB
CMYK
RGB Variations
Color information
#BB139A (or 0xBB139A) is known color: Medium Violet Red. HEX triplet: BB, 13 and 9A. RGB value is (187,19,154). Sum of RGB (Red+Green+Blue) = 187+19+154=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB139A is #44EC65. Grayscale: #545454. Windows color (decimal): -4516966 or 10097595. OLE color: 10097595.
HSL color Cylindrical-coordinate representation of color #BB139A: hue angle of 311.79º 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 #BB139A is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 19 | 154 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.27 |
| HSL | 311.79º | 0.82% | 0.4% | - |
| HSV(B) | 311.79º | 0.9% | 0.73% | - |
| XYZ | 26.56 | 13.36 | 31.75 | - |
| YUV | 84.62 | 167.16 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 154 | 0 | 0.90 | 0.18 | 0.27 | 311.79 | 0.82 | 0.4 |
| Hex | BB | 13 | 9A | 0 | 5A | 12 | 1B | 138 | 52 | 28 |
| Octal | 273 | 23 | 232 | 0 | 132 | 22 | 33 | 470 | 122 | 50 |
| Binary | 10111011 | 10011 | 10011010 | 0 | 1011010 | 10010 | 11011 | 100111000 | 1010010 | 101000 |
Color Harmonies of #BB139A
Complementary color
Monochromatic Colors of #BB139A
Black with #BB139A
Text Example
Text Example
White with #BB139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB139A; }
p { color: rgb(187,19,154); }
H1.HeaderClassName
{
color: #BB139A;
}
.AnyTagClassName
{
color: #BB139A;
}
</style>
background-color css
<style>
a { background-color: #BB139A; }
a { background-color: rgb(187,19,154); }
div.DivClassName
{
background-color: #BB139A;
}
.BgClassName
{
background-color: #BB139A;
}
</style>
border-color css
<style>
span { border-color: #BB139A; }
span { border-color: rgb(187,19,154); }
td.TdClassName
{
border-color: #BB139A;
}
.TagClassName
{
border-color: #BB139A;
}
</style>