Shades of Medium Red Violet #BB277C
Tints of Medium Red Violet #BB277C
RGB
CMYK
RGB Variations
Color information
#BB277C (or 0xBB277C) is known color: Medium Red Violet. HEX triplet: BB, 27 and 7C. RGB value is (187,39,124). Sum of RGB (Red+Green+Blue) = 187+39+124=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB277C is #44D883. Grayscale: #5C5C5C. Windows color (decimal): -4511876 or 8136635. OLE color: 8136635.
HSL color Cylindrical-coordinate representation of color #BB277C: hue angle of 325.54º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB277C is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 124 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.27 |
| HSL | 325.54º | 0.65% | 0.44% | - |
| HSV(B) | 325.54º | 0.79% | 0.73% | - |
| XYZ | 24.86 | 13.47 | 20.36 | - |
| YUV | 92.94 | 145.53 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 124 | 0 | 0.79 | 0.34 | 0.27 | 325.54 | 0.65 | 0.44 |
| Hex | BB | 27 | 7C | 0 | 4F | 22 | 1B | 146 | 41 | 2C |
| Octal | 273 | 47 | 174 | 0 | 117 | 42 | 33 | 506 | 101 | 54 |
| Binary | 10111011 | 100111 | 1111100 | 0 | 1001111 | 100010 | 11011 | 101000110 | 1000001 | 101100 |
Color Harmonies of #BB277C
Complementary color
Monochromatic Colors of #BB277C
Black with #BB277C
Text Example
Text Example
White with #BB277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB277C; }
p { color: rgb(187,39,124); }
H1.HeaderClassName
{
color: #BB277C;
}
.AnyTagClassName
{
color: #BB277C;
}
</style>
background-color css
<style>
a { background-color: #BB277C; }
a { background-color: rgb(187,39,124); }
div.DivClassName
{
background-color: #BB277C;
}
.BgClassName
{
background-color: #BB277C;
}
</style>
border-color css
<style>
span { border-color: #BB277C; }
span { border-color: rgb(187,39,124); }
td.TdClassName
{
border-color: #BB277C;
}
.TagClassName
{
border-color: #BB277C;
}
</style>