Shades of Medium Violet Red #BB179F
Tints of Medium Violet Red #BB179F
RGB
CMYK
RGB Variations
Color information
#BB179F (or 0xBB179F) is known color: Medium Violet Red. HEX triplet: BB, 17 and 9F. RGB value is (187,23,159). Sum of RGB (Red+Green+Blue) = 187+23+159=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB179F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB179F is #44E860. Grayscale: #575757. Windows color (decimal): -4515937 or 10426299. OLE color: 10426299.
HSL color Cylindrical-coordinate representation of color #BB179F: hue angle of 310.24º 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 #BB179F is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 159 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.27 |
| HSL | 310.24º | 0.78% | 0.41% | - |
| HSV(B) | 310.24º | 0.88% | 0.73% | - |
| XYZ | 27.06 | 13.68 | 34.02 | - |
| YUV | 87.54 | 168.33 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 159 | 0 | 0.88 | 0.15 | 0.27 | 310.24 | 0.78 | 0.41 |
| Hex | BB | 17 | 9F | 0 | 58 | F | 1B | 136 | 4E | 29 |
| Octal | 273 | 27 | 237 | 0 | 130 | 17 | 33 | 466 | 116 | 51 |
| Binary | 10111011 | 10111 | 10011111 | 0 | 1011000 | 1111 | 11011 | 100110110 | 1001110 | 101001 |
Color Harmonies of #BB179F
Complementary color
Monochromatic Colors of #BB179F
Black with #BB179F
Text Example
Text Example
White with #BB179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB179F; }
p { color: rgb(187,23,159); }
H1.HeaderClassName
{
color: #BB179F;
}
.AnyTagClassName
{
color: #BB179F;
}
</style>
background-color css
<style>
a { background-color: #BB179F; }
a { background-color: rgb(187,23,159); }
div.DivClassName
{
background-color: #BB179F;
}
.BgClassName
{
background-color: #BB179F;
}
</style>
border-color css
<style>
span { border-color: #BB179F; }
span { border-color: rgb(187,23,159); }
td.TdClassName
{
border-color: #BB179F;
}
.TagClassName
{
border-color: #BB179F;
}
</style>