Shades of Medium Red Violet #BB2881
Tints of Medium Red Violet #BB2881
RGB
CMYK
RGB Variations
Color information
#BB2881 (or 0xBB2881) is known color: Medium Red Violet. HEX triplet: BB, 28 and 81. RGB value is (187,40,129). Sum of RGB (Red+Green+Blue) = 187+40+129=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2881 is #44D77E. Grayscale: #5D5D5D. Windows color (decimal): -4511615 or 8464571. OLE color: 8464571.
HSL color Cylindrical-coordinate representation of color #BB2881: hue angle of 323.67º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2881 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 129 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.27 |
| HSL | 323.67º | 0.65% | 0.45% | - |
| HSV(B) | 323.67º | 0.79% | 0.73% | - |
| XYZ | 25.21 | 13.67 | 22.08 | - |
| YUV | 94.1 | 147.7 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 129 | 0 | 0.79 | 0.31 | 0.27 | 323.67 | 0.65 | 0.45 |
| Hex | BB | 28 | 81 | 0 | 4F | 1F | 1B | 144 | 41 | 2D |
| Octal | 273 | 50 | 201 | 0 | 117 | 37 | 33 | 504 | 101 | 55 |
| Binary | 10111011 | 101000 | 10000001 | 0 | 1001111 | 11111 | 11011 | 101000100 | 1000001 | 101101 |
Color Harmonies of #BB2881
Complementary color
Monochromatic Colors of #BB2881
Black with #BB2881
Text Example
Text Example
White with #BB2881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2881; }
p { color: rgb(187,40,129); }
H1.HeaderClassName
{
color: #BB2881;
}
.AnyTagClassName
{
color: #BB2881;
}
</style>
background-color css
<style>
a { background-color: #BB2881; }
a { background-color: rgb(187,40,129); }
div.DivClassName
{
background-color: #BB2881;
}
.BgClassName
{
background-color: #BB2881;
}
</style>
border-color css
<style>
span { border-color: #BB2881; }
span { border-color: rgb(187,40,129); }
td.TdClassName
{
border-color: #BB2881;
}
.TagClassName
{
border-color: #BB2881;
}
</style>