Shades of Medium Red Violet #BB287C
Tints of Medium Red Violet #BB287C
RGB
CMYK
RGB Variations
Color information
#BB287C (or 0xBB287C) is known color: Medium Red Violet. HEX triplet: BB, 28 and 7C. RGB value is (187,40,124). Sum of RGB (Red+Green+Blue) = 187+40+124=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB287C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB287C is #44D783. Grayscale: #5D5D5D. Windows color (decimal): -4511620 or 8136891. OLE color: 8136891.
HSL color Cylindrical-coordinate representation of color #BB287C: hue angle of 325.71º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB287C is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 124 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.27 |
| HSL | 325.71º | 0.65% | 0.45% | - |
| HSV(B) | 325.71º | 0.79% | 0.73% | - |
| XYZ | 24.89 | 13.54 | 20.37 | - |
| YUV | 93.53 | 145.2 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 124 | 0 | 0.79 | 0.34 | 0.27 | 325.71 | 0.65 | 0.45 |
| Hex | BB | 28 | 7C | 0 | 4F | 22 | 1B | 146 | 41 | 2D |
| Octal | 273 | 50 | 174 | 0 | 117 | 42 | 33 | 506 | 101 | 55 |
| Binary | 10111011 | 101000 | 1111100 | 0 | 1001111 | 100010 | 11011 | 101000110 | 1000001 | 101101 |
Color Harmonies of #BB287C
Complementary color
Monochromatic Colors of #BB287C
Black with #BB287C
Text Example
Text Example
White with #BB287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB287C; }
p { color: rgb(187,40,124); }
H1.HeaderClassName
{
color: #BB287C;
}
.AnyTagClassName
{
color: #BB287C;
}
</style>
background-color css
<style>
a { background-color: #BB287C; }
a { background-color: rgb(187,40,124); }
div.DivClassName
{
background-color: #BB287C;
}
.BgClassName
{
background-color: #BB287C;
}
</style>
border-color css
<style>
span { border-color: #BB287C; }
span { border-color: rgb(187,40,124); }
td.TdClassName
{
border-color: #BB287C;
}
.TagClassName
{
border-color: #BB287C;
}
</style>