Shades of Medium Red Violet #BB2B7D
Tints of Medium Red Violet #BB2B7D
RGB
CMYK
RGB Variations
Color information
#BB2B7D (or 0xBB2B7D) is known color: Medium Red Violet. HEX triplet: BB, 2B and 7D. RGB value is (187,43,125). Sum of RGB (Red+Green+Blue) = 187+43+125=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2B7D is #44D482. Grayscale: #5F5F5F. Windows color (decimal): -4510851 or 8203195. OLE color: 8203195.
HSL color Cylindrical-coordinate representation of color #BB2B7D: hue angle of 325.83º 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 #BB2B7D is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 43 | 125 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.27 |
| HSL | 325.83º | 0.63% | 0.45% | - |
| HSV(B) | 325.83º | 0.77% | 0.73% | - |
| XYZ | 25.06 | 13.77 | 20.74 | - |
| YUV | 95.4 | 144.71 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 43 | 125 | 0 | 0.77 | 0.33 | 0.27 | 325.83 | 0.63 | 0.45 |
| Hex | BB | 2B | 7D | 0 | 4D | 21 | 1B | 146 | 3F | 2D |
| Octal | 273 | 53 | 175 | 0 | 115 | 41 | 33 | 506 | 77 | 55 |
| Binary | 10111011 | 101011 | 1111101 | 0 | 1001101 | 100001 | 11011 | 101000110 | 111111 | 101101 |
Color Harmonies of #BB2B7D
Complementary color
Monochromatic Colors of #BB2B7D
Black with #BB2B7D
Text Example
Text Example
White with #BB2B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2B7D; }
p { color: rgb(187,43,125); }
H1.HeaderClassName
{
color: #BB2B7D;
}
.AnyTagClassName
{
color: #BB2B7D;
}
</style>
background-color css
<style>
a { background-color: #BB2B7D; }
a { background-color: rgb(187,43,125); }
div.DivClassName
{
background-color: #BB2B7D;
}
.BgClassName
{
background-color: #BB2B7D;
}
</style>
border-color css
<style>
span { border-color: #BB2B7D; }
span { border-color: rgb(187,43,125); }
td.TdClassName
{
border-color: #BB2B7D;
}
.TagClassName
{
border-color: #BB2B7D;
}
</style>