Shades of Medium Red Violet #BB3390
Tints of Medium Red Violet #BB3390
RGB
CMYK
RGB Variations
Color information
#BB3390 (or 0xBB3390) is known color: Medium Red Violet. HEX triplet: BB, 33 and 90. RGB value is (187,51,144). Sum of RGB (Red+Green+Blue) = 187+51+144=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3390 is #44CC6F. Grayscale: #666666. Windows color (decimal): -4508784 or 9450427. OLE color: 9450427.
HSL color Cylindrical-coordinate representation of color #BB3390: hue angle of 318.97º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3390 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 144 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.27 |
| HSL | 318.97º | 0.57% | 0.47% | - |
| HSV(B) | 318.97º | 0.73% | 0.73% | - |
| XYZ | 26.71 | 14.95 | 27.86 | - |
| YUV | 102.27 | 151.56 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 144 | 0 | 0.73 | 0.23 | 0.27 | 318.97 | 0.57 | 0.47 |
| Hex | BB | 33 | 90 | 0 | 49 | 17 | 1B | 13F | 39 | 2F |
| Octal | 273 | 63 | 220 | 0 | 111 | 27 | 33 | 477 | 71 | 57 |
| Binary | 10111011 | 110011 | 10010000 | 0 | 1001001 | 10111 | 11011 | 100111111 | 111001 | 101111 |
Color Harmonies of #BB3390
Complementary color
Monochromatic Colors of #BB3390
Black with #BB3390
Text Example
Text Example
White with #BB3390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3390; }
p { color: rgb(187,51,144); }
H1.HeaderClassName
{
color: #BB3390;
}
.AnyTagClassName
{
color: #BB3390;
}
</style>
background-color css
<style>
a { background-color: #BB3390; }
a { background-color: rgb(187,51,144); }
div.DivClassName
{
background-color: #BB3390;
}
.BgClassName
{
background-color: #BB3390;
}
</style>
border-color css
<style>
span { border-color: #BB3390; }
span { border-color: rgb(187,51,144); }
td.TdClassName
{
border-color: #BB3390;
}
.TagClassName
{
border-color: #BB3390;
}
</style>