Shades of Medium Violet Red #BB0190
Tints of Medium Violet Red #BB0190
RGB
CMYK
RGB Variations
Color information
#BB0190 (or 0xBB0190) is known color: Medium Violet Red. HEX triplet: BB, 01 and 90. RGB value is (187,1,144). Sum of RGB (Red+Green+Blue) = 187+1+144=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0190 is #44FE6F. Grayscale: #484848. Windows color (decimal): -4521584 or 9437627. OLE color: 9437627.
HSL color Cylindrical-coordinate representation of color #BB0190: hue angle of 313.87º degrees, saturation: 0.99, 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 #BB0190 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 144 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.27 |
| HSL | 313.87º | 0.99% | 0.37% | - |
| HSV(B) | 313.87º | 0.99% | 0.73% | - |
| XYZ | 25.54 | 12.6 | 27.47 | - |
| YUV | 72.92 | 168.12 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 144 | 0 | 0.99 | 0.23 | 0.27 | 313.87 | 0.99 | 0.37 |
| Hex | BB | 1 | 90 | 0 | 63 | 17 | 1B | 13A | 63 | 25 |
| Octal | 273 | 1 | 220 | 0 | 143 | 27 | 33 | 472 | 143 | 45 |
| Binary | 10111011 | 1 | 10010000 | 0 | 1100011 | 10111 | 11011 | 100111010 | 1100011 | 100101 |
Color Harmonies of #BB0190
Complementary color
Monochromatic Colors of #BB0190
Black with #BB0190
Text Example
Text Example
White with #BB0190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0190; }
p { color: rgb(187,1,144); }
H1.HeaderClassName
{
color: #BB0190;
}
.AnyTagClassName
{
color: #BB0190;
}
</style>
background-color css
<style>
a { background-color: #BB0190; }
a { background-color: rgb(187,1,144); }
div.DivClassName
{
background-color: #BB0190;
}
.BgClassName
{
background-color: #BB0190;
}
</style>
border-color css
<style>
span { border-color: #BB0190; }
span { border-color: rgb(187,1,144); }
td.TdClassName
{
border-color: #BB0190;
}
.TagClassName
{
border-color: #BB0190;
}
</style>