Shades of Medium Red Violet #BB2390
Tints of Medium Red Violet #BB2390
RGB
CMYK
RGB Variations
Color information
#BB2390 (or 0xBB2390) is known color: Medium Red Violet. HEX triplet: BB, 23 and 90. RGB value is (187,35,144). Sum of RGB (Red+Green+Blue) = 187+35+144=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2390 is #44DC6F. Grayscale: #5C5C5C. Windows color (decimal): -4512880 or 9446331. OLE color: 9446331.
HSL color Cylindrical-coordinate representation of color #BB2390: hue angle of 316.97º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2390 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 144 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.27 |
| HSL | 316.97º | 0.68% | 0.44% | - |
| HSV(B) | 316.97º | 0.81% | 0.73% | - |
| XYZ | 26.13 | 13.78 | 27.67 | - |
| YUV | 92.87 | 156.86 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 144 | 0 | 0.81 | 0.23 | 0.27 | 316.97 | 0.68 | 0.44 |
| Hex | BB | 23 | 90 | 0 | 51 | 17 | 1B | 13D | 44 | 2C |
| Octal | 273 | 43 | 220 | 0 | 121 | 27 | 33 | 475 | 104 | 54 |
| Binary | 10111011 | 100011 | 10010000 | 0 | 1010001 | 10111 | 11011 | 100111101 | 1000100 | 101100 |
Color Harmonies of #BB2390
Complementary color
Monochromatic Colors of #BB2390
Black with #BB2390
Text Example
Text Example
White with #BB2390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2390; }
p { color: rgb(187,35,144); }
H1.HeaderClassName
{
color: #BB2390;
}
.AnyTagClassName
{
color: #BB2390;
}
</style>
background-color css
<style>
a { background-color: #BB2390; }
a { background-color: rgb(187,35,144); }
div.DivClassName
{
background-color: #BB2390;
}
.BgClassName
{
background-color: #BB2390;
}
</style>
border-color css
<style>
span { border-color: #BB2390; }
span { border-color: rgb(187,35,144); }
td.TdClassName
{
border-color: #BB2390;
}
.TagClassName
{
border-color: #BB2390;
}
</style>