Shades of Medium Violet Red #BB0890
Tints of Medium Violet Red #BB0890
RGB
CMYK
RGB Variations
Color information
#BB0890 (or 0xBB0890) is known color: Medium Violet Red. HEX triplet: BB, 08 and 90. RGB value is (187,8,144). Sum of RGB (Red+Green+Blue) = 187+8+144=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0890 is #44F76F. Grayscale: #4C4C4C. Windows color (decimal): -4519792 or 9439419. OLE color: 9439419.
HSL color Cylindrical-coordinate representation of color #BB0890: hue angle of 314.41º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0890 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 144 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.27 |
| HSL | 314.41º | 0.92% | 0.38% | - |
| HSV(B) | 314.41º | 0.96% | 0.73% | - |
| XYZ | 25.61 | 12.75 | 27.5 | - |
| YUV | 77.03 | 165.8 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 144 | 0 | 0.96 | 0.23 | 0.27 | 314.41 | 0.92 | 0.38 |
| Hex | BB | 8 | 90 | 0 | 60 | 17 | 1B | 13A | 5C | 26 |
| Octal | 273 | 10 | 220 | 0 | 140 | 27 | 33 | 472 | 134 | 46 |
| Binary | 10111011 | 1000 | 10010000 | 0 | 1100000 | 10111 | 11011 | 100111010 | 1011100 | 100110 |
Color Harmonies of #BB0890
Complementary color
Monochromatic Colors of #BB0890
Black with #BB0890
Text Example
Text Example
White with #BB0890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0890; }
p { color: rgb(187,8,144); }
H1.HeaderClassName
{
color: #BB0890;
}
.AnyTagClassName
{
color: #BB0890;
}
</style>
background-color css
<style>
a { background-color: #BB0890; }
a { background-color: rgb(187,8,144); }
div.DivClassName
{
background-color: #BB0890;
}
.BgClassName
{
background-color: #BB0890;
}
</style>
border-color css
<style>
span { border-color: #BB0890; }
span { border-color: rgb(187,8,144); }
td.TdClassName
{
border-color: #BB0890;
}
.TagClassName
{
border-color: #BB0890;
}
</style>