Shades of Medium Violet Red #BB1DA0
Tints of Medium Violet Red #BB1DA0
RGB
CMYK
RGB Variations
Color information
#BB1DA0 (or 0xBB1DA0) is known color: Medium Violet Red. HEX triplet: BB, 1D and A0. RGB value is (187,29,160). Sum of RGB (Red+Green+Blue) = 187+29+160=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 29 (11.72% from 255 or 7.71% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1DA0 is #44E25F. Grayscale: #5A5A5A. Windows color (decimal): -4514400 or 10493371. OLE color: 10493371.
HSL color Cylindrical-coordinate representation of color #BB1DA0: hue angle of 310.25º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1DA0 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 29 | 160 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.27 |
| HSL | 310.25º | 0.73% | 0.42% | - |
| HSV(B) | 310.25º | 0.84% | 0.73% | - |
| XYZ | 27.28 | 13.98 | 34.52 | - |
| YUV | 91.18 | 166.85 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 160 | 0 | 0.84 | 0.14 | 0.27 | 310.25 | 0.73 | 0.42 |
| Hex | BB | 1D | A0 | 0 | 54 | E | 1B | 136 | 49 | 2A |
| Octal | 273 | 35 | 240 | 0 | 124 | 16 | 33 | 466 | 111 | 52 |
| Binary | 10111011 | 11101 | 10100000 | 0 | 1010100 | 1110 | 11011 | 100110110 | 1001001 | 101010 |
Color Harmonies of #BB1DA0
Complementary color
Monochromatic Colors of #BB1DA0
Black with #BB1DA0
Text Example
Text Example
White with #BB1DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1DA0; }
p { color: rgb(187,29,160); }
H1.HeaderClassName
{
color: #BB1DA0;
}
.AnyTagClassName
{
color: #BB1DA0;
}
</style>
background-color css
<style>
a { background-color: #BB1DA0; }
a { background-color: rgb(187,29,160); }
div.DivClassName
{
background-color: #BB1DA0;
}
.BgClassName
{
background-color: #BB1DA0;
}
</style>
border-color css
<style>
span { border-color: #BB1DA0; }
span { border-color: rgb(187,29,160); }
td.TdClassName
{
border-color: #BB1DA0;
}
.TagClassName
{
border-color: #BB1DA0;
}
</style>