Shades of Medium Red Violet #BB2C7A
Tints of Medium Red Violet #BB2C7A
RGB
CMYK
RGB Variations
Color information
#BB2C7A (or 0xBB2C7A) is known color: Medium Red Violet. HEX triplet: BB, 2C and 7A. RGB value is (187,44,122). Sum of RGB (Red+Green+Blue) = 187+44+122=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2C7A is #44D385. Grayscale: #5F5F5F. Windows color (decimal): -4510598 or 8006843. OLE color: 8006843.
HSL color Cylindrical-coordinate representation of color #BB2C7A: hue angle of 327.27º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB2C7A is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 44 | 122 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.27 |
| HSL | 327.27º | 0.62% | 0.45% | - |
| HSV(B) | 327.27º | 0.76% | 0.73% | - |
| XYZ | 24.91 | 13.77 | 19.76 | - |
| YUV | 95.65 | 142.88 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 44 | 122 | 0 | 0.76 | 0.35 | 0.27 | 327.27 | 0.62 | 0.45 |
| Hex | BB | 2C | 7A | 0 | 4C | 23 | 1B | 147 | 3E | 2D |
| Octal | 273 | 54 | 172 | 0 | 114 | 43 | 33 | 507 | 76 | 55 |
| Binary | 10111011 | 101100 | 1111010 | 0 | 1001100 | 100011 | 11011 | 101000111 | 111110 | 101101 |
Color Harmonies of #BB2C7A
Complementary color
Monochromatic Colors of #BB2C7A
Black with #BB2C7A
Text Example
Text Example
White with #BB2C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2C7A; }
p { color: rgb(187,44,122); }
H1.HeaderClassName
{
color: #BB2C7A;
}
.AnyTagClassName
{
color: #BB2C7A;
}
</style>
background-color css
<style>
a { background-color: #BB2C7A; }
a { background-color: rgb(187,44,122); }
div.DivClassName
{
background-color: #BB2C7A;
}
.BgClassName
{
background-color: #BB2C7A;
}
</style>
border-color css
<style>
span { border-color: #BB2C7A; }
span { border-color: rgb(187,44,122); }
td.TdClassName
{
border-color: #BB2C7A;
}
.TagClassName
{
border-color: #BB2C7A;
}
</style>