Shades of Medium Violet Red #BB1490
Tints of Medium Violet Red #BB1490
RGB
CMYK
RGB Variations
Color information
#BB1490 (or 0xBB1490) is known color: Medium Violet Red. HEX triplet: BB, 14 and 90. RGB value is (187,20,144). Sum of RGB (Red+Green+Blue) = 187+20+144=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1490 is #44EB6F. Grayscale: #535353. Windows color (decimal): -4516720 or 9442491. OLE color: 9442491.
HSL color Cylindrical-coordinate representation of color #BB1490: hue angle of 315.45º 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 #BB1490 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 144 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.27 |
| HSL | 315.45º | 0.81% | 0.41% | - |
| HSV(B) | 315.45º | 0.89% | 0.73% | - |
| XYZ | 25.78 | 13.08 | 27.55 | - |
| YUV | 84.07 | 161.83 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 144 | 0 | 0.89 | 0.23 | 0.27 | 315.45 | 0.81 | 0.41 |
| Hex | BB | 14 | 90 | 0 | 59 | 17 | 1B | 13B | 51 | 29 |
| Octal | 273 | 24 | 220 | 0 | 131 | 27 | 33 | 473 | 121 | 51 |
| Binary | 10111011 | 10100 | 10010000 | 0 | 1011001 | 10111 | 11011 | 100111011 | 1010001 | 101001 |
Color Harmonies of #BB1490
Complementary color
Monochromatic Colors of #BB1490
Black with #BB1490
Text Example
Text Example
White with #BB1490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1490; }
p { color: rgb(187,20,144); }
H1.HeaderClassName
{
color: #BB1490;
}
.AnyTagClassName
{
color: #BB1490;
}
</style>
background-color css
<style>
a { background-color: #BB1490; }
a { background-color: rgb(187,20,144); }
div.DivClassName
{
background-color: #BB1490;
}
.BgClassName
{
background-color: #BB1490;
}
</style>
border-color css
<style>
span { border-color: #BB1490; }
span { border-color: rgb(187,20,144); }
td.TdClassName
{
border-color: #BB1490;
}
.TagClassName
{
border-color: #BB1490;
}
</style>