Shades of Medium Red Violet #BB2D7B
Tints of Medium Red Violet #BB2D7B
RGB
CMYK
RGB Variations
Color information
#BB2D7B (or 0xBB2D7B) is known color: Medium Red Violet. HEX triplet: BB, 2D and 7B. RGB value is (187,45,123). Sum of RGB (Red+Green+Blue) = 187+45+123=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2D7B is #44D284. Grayscale: #606060. Windows color (decimal): -4510341 or 8072635. OLE color: 8072635.
HSL color Cylindrical-coordinate representation of color #BB2D7B: hue angle of 327.04º degrees, saturation: 0.61, 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 #BB2D7B is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 45 | 123 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.27 |
| HSL | 327.04º | 0.61% | 0.45% | - |
| HSV(B) | 327.04º | 0.76% | 0.73% | - |
| XYZ | 25.01 | 13.87 | 20.1 | - |
| YUV | 96.35 | 143.04 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 45 | 123 | 0 | 0.76 | 0.34 | 0.27 | 327.04 | 0.61 | 0.45 |
| Hex | BB | 2D | 7B | 0 | 4C | 22 | 1B | 147 | 3D | 2D |
| Octal | 273 | 55 | 173 | 0 | 114 | 42 | 33 | 507 | 75 | 55 |
| Binary | 10111011 | 101101 | 1111011 | 0 | 1001100 | 100010 | 11011 | 101000111 | 111101 | 101101 |
Color Harmonies of #BB2D7B
Complementary color
Monochromatic Colors of #BB2D7B
Black with #BB2D7B
Text Example
Text Example
White with #BB2D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2D7B; }
p { color: rgb(187,45,123); }
H1.HeaderClassName
{
color: #BB2D7B;
}
.AnyTagClassName
{
color: #BB2D7B;
}
</style>
background-color css
<style>
a { background-color: #BB2D7B; }
a { background-color: rgb(187,45,123); }
div.DivClassName
{
background-color: #BB2D7B;
}
.BgClassName
{
background-color: #BB2D7B;
}
</style>
border-color css
<style>
span { border-color: #BB2D7B; }
span { border-color: rgb(187,45,123); }
td.TdClassName
{
border-color: #BB2D7B;
}
.TagClassName
{
border-color: #BB2D7B;
}
</style>