Shades of Medium Red Violet #BB377C
Tints of Medium Red Violet #BB377C
RGB
CMYK
RGB Variations
Color information
#BB377C (or 0xBB377C) is known color: Medium Red Violet. HEX triplet: BB, 37 and 7C. RGB value is (187,55,124). Sum of RGB (Red+Green+Blue) = 187+55+124=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB377C is #44C883. Grayscale: #666666. Windows color (decimal): -4507780 or 8140731. OLE color: 8140731.
HSL color Cylindrical-coordinate representation of color #BB377C: hue angle of 328.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB377C is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 124 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.27 |
| HSL | 328.64º | 0.55% | 0.47% | - |
| HSV(B) | 328.64º | 0.71% | 0.73% | - |
| XYZ | 25.5 | 14.75 | 20.57 | - |
| YUV | 102.33 | 140.23 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 124 | 0 | 0.71 | 0.34 | 0.27 | 328.64 | 0.55 | 0.47 |
| Hex | BB | 37 | 7C | 0 | 47 | 22 | 1B | 149 | 37 | 2F |
| Octal | 273 | 67 | 174 | 0 | 107 | 42 | 33 | 511 | 67 | 57 |
| Binary | 10111011 | 110111 | 1111100 | 0 | 1000111 | 100010 | 11011 | 101001001 | 110111 | 101111 |
Color Harmonies of #BB377C
Complementary color
Monochromatic Colors of #BB377C
Black with #BB377C
Text Example
Text Example
White with #BB377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB377C; }
p { color: rgb(187,55,124); }
H1.HeaderClassName
{
color: #BB377C;
}
.AnyTagClassName
{
color: #BB377C;
}
</style>
background-color css
<style>
a { background-color: #BB377C; }
a { background-color: rgb(187,55,124); }
div.DivClassName
{
background-color: #BB377C;
}
.BgClassName
{
background-color: #BB377C;
}
</style>
border-color css
<style>
span { border-color: #BB377C; }
span { border-color: rgb(187,55,124); }
td.TdClassName
{
border-color: #BB377C;
}
.TagClassName
{
border-color: #BB377C;
}
</style>