Shades of Medium Red Violet #BB3288
Tints of Medium Red Violet #BB3288
RGB
CMYK
RGB Variations
Color information
#BB3288 (or 0xBB3288) is known color: Medium Red Violet. HEX triplet: BB, 32 and 88. RGB value is (187,50,136). Sum of RGB (Red+Green+Blue) = 187+50+136=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3288 is #44CD77. Grayscale: #646464. Windows color (decimal): -4509048 or 8925883. OLE color: 8925883.
HSL color Cylindrical-coordinate representation of color #BB3288: hue angle of 322.34º 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 #BB3288 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 136 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.27 |
| HSL | 322.34º | 0.58% | 0.46% | - |
| HSV(B) | 322.34º | 0.73% | 0.73% | - |
| XYZ | 26.08 | 14.62 | 24.74 | - |
| YUV | 100.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 136 | 0 | 0.73 | 0.27 | 0.27 | 322.34 | 0.58 | 0.46 |
| Hex | BB | 32 | 88 | 0 | 49 | 1B | 1B | 142 | 3A | 2E |
| Octal | 273 | 62 | 210 | 0 | 111 | 33 | 33 | 502 | 72 | 56 |
| Binary | 10111011 | 110010 | 10001000 | 0 | 1001001 | 11011 | 11011 | 101000010 | 111010 | 101110 |
Color Harmonies of #BB3288
Complementary color
Monochromatic Colors of #BB3288
Black with #BB3288
Text Example
Text Example
White with #BB3288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3288; }
p { color: rgb(187,50,136); }
H1.HeaderClassName
{
color: #BB3288;
}
.AnyTagClassName
{
color: #BB3288;
}
</style>
background-color css
<style>
a { background-color: #BB3288; }
a { background-color: rgb(187,50,136); }
div.DivClassName
{
background-color: #BB3288;
}
.BgClassName
{
background-color: #BB3288;
}
</style>
border-color css
<style>
span { border-color: #BB3288; }
span { border-color: rgb(187,50,136); }
td.TdClassName
{
border-color: #BB3288;
}
.TagClassName
{
border-color: #BB3288;
}
</style>