Shades of Medium Violet Red #BB0290
Tints of Medium Violet Red #BB0290
RGB
CMYK
RGB Variations
Color information
#BB0290 (or 0xBB0290) is known color: Medium Violet Red. HEX triplet: BB, 02 and 90. RGB value is (187,2,144). Sum of RGB (Red+Green+Blue) = 187+2+144=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0290 is #44FD6F. Grayscale: #494949. Windows color (decimal): -4521328 or 9437883. OLE color: 9437883.
HSL color Cylindrical-coordinate representation of color #BB0290: hue angle of 313.95º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0290 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 144 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.27 |
| HSL | 313.95º | 0.98% | 0.37% | - |
| HSV(B) | 313.95º | 0.99% | 0.73% | - |
| XYZ | 25.55 | 12.62 | 27.48 | - |
| YUV | 73.5 | 167.79 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 144 | 0 | 0.99 | 0.23 | 0.27 | 313.95 | 0.98 | 0.37 |
| Hex | BB | 2 | 90 | 0 | 63 | 17 | 1B | 13A | 62 | 25 |
| Octal | 273 | 2 | 220 | 0 | 143 | 27 | 33 | 472 | 142 | 45 |
| Binary | 10111011 | 10 | 10010000 | 0 | 1100011 | 10111 | 11011 | 100111010 | 1100010 | 100101 |
Color Harmonies of #BB0290
Complementary color
Monochromatic Colors of #BB0290
Black with #BB0290
Text Example
Text Example
White with #BB0290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0290; }
p { color: rgb(187,2,144); }
H1.HeaderClassName
{
color: #BB0290;
}
.AnyTagClassName
{
color: #BB0290;
}
</style>
background-color css
<style>
a { background-color: #BB0290; }
a { background-color: rgb(187,2,144); }
div.DivClassName
{
background-color: #BB0290;
}
.BgClassName
{
background-color: #BB0290;
}
</style>
border-color css
<style>
span { border-color: #BB0290; }
span { border-color: rgb(187,2,144); }
td.TdClassName
{
border-color: #BB0290;
}
.TagClassName
{
border-color: #BB0290;
}
</style>