Shades of Medium Red Violet #BB2D8F
Tints of Medium Red Violet #BB2D8F
RGB
CMYK
RGB Variations
Color information
#BB2D8F (or 0xBB2D8F) is known color: Medium Red Violet. HEX triplet: BB, 2D and 8F. RGB value is (187,45,143). Sum of RGB (Red+Green+Blue) = 187+45+143=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2D8F is #44D270. Grayscale: #626262. Windows color (decimal): -4510321 or 9383355. OLE color: 9383355.
HSL color Cylindrical-coordinate representation of color #BB2D8F: hue angle of 318.59º 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 #BB2D8F is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 45 | 143 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.27 |
| HSL | 318.59º | 0.61% | 0.45% | - |
| HSV(B) | 318.59º | 0.76% | 0.73% | - |
| XYZ | 26.39 | 14.42 | 27.38 | - |
| YUV | 98.63 | 153.04 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 45 | 143 | 0 | 0.76 | 0.24 | 0.27 | 318.59 | 0.61 | 0.45 |
| Hex | BB | 2D | 8F | 0 | 4C | 18 | 1B | 13F | 3D | 2D |
| Octal | 273 | 55 | 217 | 0 | 114 | 30 | 33 | 477 | 75 | 55 |
| Binary | 10111011 | 101101 | 10001111 | 0 | 1001100 | 11000 | 11011 | 100111111 | 111101 | 101101 |
Color Harmonies of #BB2D8F
Complementary color
Monochromatic Colors of #BB2D8F
Black with #BB2D8F
Text Example
Text Example
White with #BB2D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2D8F; }
p { color: rgb(187,45,143); }
H1.HeaderClassName
{
color: #BB2D8F;
}
.AnyTagClassName
{
color: #BB2D8F;
}
</style>
background-color css
<style>
a { background-color: #BB2D8F; }
a { background-color: rgb(187,45,143); }
div.DivClassName
{
background-color: #BB2D8F;
}
.BgClassName
{
background-color: #BB2D8F;
}
</style>
border-color css
<style>
span { border-color: #BB2D8F; }
span { border-color: rgb(187,45,143); }
td.TdClassName
{
border-color: #BB2D8F;
}
.TagClassName
{
border-color: #BB2D8F;
}
</style>