Shades of Medium Red Violet #BB3290
Tints of Medium Red Violet #BB3290
RGB
CMYK
RGB Variations
Color information
#BB3290 (or 0xBB3290) is known color: Medium Red Violet. HEX triplet: BB, 32 and 90. RGB value is (187,50,144). Sum of RGB (Red+Green+Blue) = 187+50+144=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3290 is #44CD6F. Grayscale: #656565. Windows color (decimal): -4509040 or 9450171. OLE color: 9450171.
HSL color Cylindrical-coordinate representation of color #BB3290: hue angle of 318.83º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3290 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 144 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.27 |
| HSL | 318.83º | 0.58% | 0.46% | - |
| HSV(B) | 318.83º | 0.73% | 0.73% | - |
| XYZ | 26.67 | 14.86 | 27.85 | - |
| YUV | 101.68 | 151.89 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 144 | 0 | 0.73 | 0.23 | 0.27 | 318.83 | 0.58 | 0.46 |
| Hex | BB | 32 | 90 | 0 | 49 | 17 | 1B | 13F | 3A | 2E |
| Octal | 273 | 62 | 220 | 0 | 111 | 27 | 33 | 477 | 72 | 56 |
| Binary | 10111011 | 110010 | 10010000 | 0 | 1001001 | 10111 | 11011 | 100111111 | 111010 | 101110 |
Color Harmonies of #BB3290
Complementary color
Monochromatic Colors of #BB3290
Black with #BB3290
Text Example
Text Example
White with #BB3290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3290; }
p { color: rgb(187,50,144); }
H1.HeaderClassName
{
color: #BB3290;
}
.AnyTagClassName
{
color: #BB3290;
}
</style>
background-color css
<style>
a { background-color: #BB3290; }
a { background-color: rgb(187,50,144); }
div.DivClassName
{
background-color: #BB3290;
}
.BgClassName
{
background-color: #BB3290;
}
</style>
border-color css
<style>
span { border-color: #BB3290; }
span { border-color: rgb(187,50,144); }
td.TdClassName
{
border-color: #BB3290;
}
.TagClassName
{
border-color: #BB3290;
}
</style>