Shades of Medium Red Violet #BB2B9D
Tints of Medium Red Violet #BB2B9D
RGB
CMYK
RGB Variations
Color information
#BB2B9D (or 0xBB2B9D) is known color: Medium Red Violet. HEX triplet: BB, 2B and 9D. RGB value is (187,43,157). Sum of RGB (Red+Green+Blue) = 187+43+157=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2B9D is #44D462. Grayscale: #626262. Windows color (decimal): -4510819 or 10300347. OLE color: 10300347.
HSL color Cylindrical-coordinate representation of color #BB2B9D: hue angle of 312.5º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB2B9D is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 43 | 157 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.27 |
| HSL | 312.5º | 0.63% | 0.45% | - |
| HSV(B) | 312.5º | 0.77% | 0.73% | - |
| XYZ | 27.44 | 14.73 | 33.29 | - |
| YUV | 99.05 | 160.71 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 43 | 157 | 0 | 0.77 | 0.16 | 0.27 | 312.5 | 0.63 | 0.45 |
| Hex | BB | 2B | 9D | 0 | 4D | 10 | 1B | 138 | 3F | 2D |
| Octal | 273 | 53 | 235 | 0 | 115 | 20 | 33 | 470 | 77 | 55 |
| Binary | 10111011 | 101011 | 10011101 | 0 | 1001101 | 10000 | 11011 | 100111000 | 111111 | 101101 |
Color Harmonies of #BB2B9D
Complementary color
Monochromatic Colors of #BB2B9D
Black with #BB2B9D
Text Example
Text Example
White with #BB2B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2B9D; }
p { color: rgb(187,43,157); }
H1.HeaderClassName
{
color: #BB2B9D;
}
.AnyTagClassName
{
color: #BB2B9D;
}
</style>
background-color css
<style>
a { background-color: #BB2B9D; }
a { background-color: rgb(187,43,157); }
div.DivClassName
{
background-color: #BB2B9D;
}
.BgClassName
{
background-color: #BB2B9D;
}
</style>
border-color css
<style>
span { border-color: #BB2B9D; }
span { border-color: rgb(187,43,157); }
td.TdClassName
{
border-color: #BB2B9D;
}
.TagClassName
{
border-color: #BB2B9D;
}
</style>