Shades of Medium Violet Red #BB179E
Tints of Medium Violet Red #BB179E
RGB
CMYK
RGB Variations
Color information
#BB179E (or 0xBB179E) is known color: Medium Violet Red. HEX triplet: BB, 17 and 9E. RGB value is (187,23,158). Sum of RGB (Red+Green+Blue) = 187+23+158=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB179E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB179E is #44E861. Grayscale: #575757. Windows color (decimal): -4515938 or 10360763. OLE color: 10360763.
HSL color Cylindrical-coordinate representation of color #BB179E: hue angle of 310.61º 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 #BB179E is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 158 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.27 |
| HSL | 310.61º | 0.78% | 0.41% | - |
| HSV(B) | 310.61º | 0.88% | 0.73% | - |
| XYZ | 26.97 | 13.65 | 33.56 | - |
| YUV | 87.43 | 167.83 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 158 | 0 | 0.88 | 0.16 | 0.27 | 310.61 | 0.78 | 0.41 |
| Hex | BB | 17 | 9E | 0 | 58 | 10 | 1B | 137 | 4E | 29 |
| Octal | 273 | 27 | 236 | 0 | 130 | 20 | 33 | 467 | 116 | 51 |
| Binary | 10111011 | 10111 | 10011110 | 0 | 1011000 | 10000 | 11011 | 100110111 | 1001110 | 101001 |
Color Harmonies of #BB179E
Complementary color
Monochromatic Colors of #BB179E
Black with #BB179E
Text Example
Text Example
White with #BB179E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB179E; }
p { color: rgb(187,23,158); }
H1.HeaderClassName
{
color: #BB179E;
}
.AnyTagClassName
{
color: #BB179E;
}
</style>
background-color css
<style>
a { background-color: #BB179E; }
a { background-color: rgb(187,23,158); }
div.DivClassName
{
background-color: #BB179E;
}
.BgClassName
{
background-color: #BB179E;
}
</style>
border-color css
<style>
span { border-color: #BB179E; }
span { border-color: rgb(187,23,158); }
td.TdClassName
{
border-color: #BB179E;
}
.TagClassName
{
border-color: #BB179E;
}
</style>