Shades of Medium Violet Red #BB177C
Tints of Medium Violet Red #BB177C
RGB
CMYK
RGB Variations
Color information
#BB177C (or 0xBB177C) is known color: Medium Violet Red. HEX triplet: BB, 17 and 7C. RGB value is (187,23,124). Sum of RGB (Red+Green+Blue) = 187+23+124=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB177C is #44E883. Grayscale: #535353. Windows color (decimal): -4515972 or 8132539. OLE color: 8132539.
HSL color Cylindrical-coordinate representation of color #BB177C: hue angle of 323.05º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB177C is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 124 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.27 |
| HSL | 323.05º | 0.78% | 0.41% | - |
| HSV(B) | 323.05º | 0.88% | 0.73% | - |
| XYZ | 24.44 | 12.63 | 20.22 | - |
| YUV | 83.55 | 150.83 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 124 | 0 | 0.88 | 0.34 | 0.27 | 323.05 | 0.78 | 0.41 |
| Hex | BB | 17 | 7C | 0 | 58 | 22 | 1B | 143 | 4E | 29 |
| Octal | 273 | 27 | 174 | 0 | 130 | 42 | 33 | 503 | 116 | 51 |
| Binary | 10111011 | 10111 | 1111100 | 0 | 1011000 | 100010 | 11011 | 101000011 | 1001110 | 101001 |
Color Harmonies of #BB177C
Complementary color
Monochromatic Colors of #BB177C
Black with #BB177C
Text Example
Text Example
White with #BB177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB177C; }
p { color: rgb(187,23,124); }
H1.HeaderClassName
{
color: #BB177C;
}
.AnyTagClassName
{
color: #BB177C;
}
</style>
background-color css
<style>
a { background-color: #BB177C; }
a { background-color: rgb(187,23,124); }
div.DivClassName
{
background-color: #BB177C;
}
.BgClassName
{
background-color: #BB177C;
}
</style>
border-color css
<style>
span { border-color: #BB177C; }
span { border-color: rgb(187,23,124); }
td.TdClassName
{
border-color: #BB177C;
}
.TagClassName
{
border-color: #BB177C;
}
</style>