Shades of Medium Red Violet #BB387C
Tints of Medium Red Violet #BB387C
RGB
CMYK
RGB Variations
Color information
#BB387C (or 0xBB387C) is known color: Medium Red Violet. HEX triplet: BB, 38 and 7C. RGB value is (187,56,124). Sum of RGB (Red+Green+Blue) = 187+56+124=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB387C is #44C783. Grayscale: #666666. Windows color (decimal): -4507524 or 8140987. OLE color: 8140987.
HSL color Cylindrical-coordinate representation of color #BB387C: hue angle of 328.85º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB387C is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 56 | 124 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.27 |
| HSL | 328.85º | 0.54% | 0.48% | - |
| HSV(B) | 328.85º | 0.7% | 0.73% | - |
| XYZ | 25.55 | 14.85 | 20.59 | - |
| YUV | 102.92 | 139.9 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 56 | 124 | 0 | 0.70 | 0.34 | 0.27 | 328.85 | 0.54 | 0.48 |
| Hex | BB | 38 | 7C | 0 | 46 | 22 | 1B | 149 | 36 | 30 |
| Octal | 273 | 70 | 174 | 0 | 106 | 42 | 33 | 511 | 66 | 60 |
| Binary | 10111011 | 111000 | 1111100 | 0 | 1000110 | 100010 | 11011 | 101001001 | 110110 | 110000 |
Color Harmonies of #BB387C
Complementary color
Monochromatic Colors of #BB387C
Black with #BB387C
Text Example
Text Example
White with #BB387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB387C; }
p { color: rgb(187,56,124); }
H1.HeaderClassName
{
color: #BB387C;
}
.AnyTagClassName
{
color: #BB387C;
}
</style>
background-color css
<style>
a { background-color: #BB387C; }
a { background-color: rgb(187,56,124); }
div.DivClassName
{
background-color: #BB387C;
}
.BgClassName
{
background-color: #BB387C;
}
</style>
border-color css
<style>
span { border-color: #BB387C; }
span { border-color: rgb(187,56,124); }
td.TdClassName
{
border-color: #BB387C;
}
.TagClassName
{
border-color: #BB387C;
}
</style>