Shades of Medium Violet Red #BB179B
Tints of Medium Violet Red #BB179B
RGB
CMYK
RGB Variations
Color information
#BB179B (or 0xBB179B) is known color: Medium Violet Red. HEX triplet: BB, 17 and 9B. RGB value is (187,23,155). Sum of RGB (Red+Green+Blue) = 187+23+155=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB179B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB179B is #44E864. Grayscale: #565656. Windows color (decimal): -4515941 or 10164155. OLE color: 10164155.
HSL color Cylindrical-coordinate representation of color #BB179B: hue angle of 311.71º 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 #BB179B is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 155 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.27 |
| HSL | 311.71º | 0.78% | 0.41% | - |
| HSV(B) | 311.71º | 0.88% | 0.73% | - |
| XYZ | 26.72 | 13.54 | 32.22 | - |
| YUV | 87.08 | 166.33 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 155 | 0 | 0.88 | 0.17 | 0.27 | 311.71 | 0.78 | 0.41 |
| Hex | BB | 17 | 9B | 0 | 58 | 11 | 1B | 138 | 4E | 29 |
| Octal | 273 | 27 | 233 | 0 | 130 | 21 | 33 | 470 | 116 | 51 |
| Binary | 10111011 | 10111 | 10011011 | 0 | 1011000 | 10001 | 11011 | 100111000 | 1001110 | 101001 |
Color Harmonies of #BB179B
Complementary color
Monochromatic Colors of #BB179B
Black with #BB179B
Text Example
Text Example
White with #BB179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB179B; }
p { color: rgb(187,23,155); }
H1.HeaderClassName
{
color: #BB179B;
}
.AnyTagClassName
{
color: #BB179B;
}
</style>
background-color css
<style>
a { background-color: #BB179B; }
a { background-color: rgb(187,23,155); }
div.DivClassName
{
background-color: #BB179B;
}
.BgClassName
{
background-color: #BB179B;
}
</style>
border-color css
<style>
span { border-color: #BB179B; }
span { border-color: rgb(187,23,155); }
td.TdClassName
{
border-color: #BB179B;
}
.TagClassName
{
border-color: #BB179B;
}
</style>