Shades of Medium Violet Red #BB177D
Tints of Medium Violet Red #BB177D
RGB
CMYK
RGB Variations
Color information
#BB177D (or 0xBB177D) is known color: Medium Violet Red. HEX triplet: BB, 17 and 7D. RGB value is (187,23,125). Sum of RGB (Red+Green+Blue) = 187+23+125=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB177D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB177D is #44E882. Grayscale: #535353. Windows color (decimal): -4515971 or 8198075. OLE color: 8198075.
HSL color Cylindrical-coordinate representation of color #BB177D: hue angle of 322.68º 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 #BB177D is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 125 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.27 |
| HSL | 322.68º | 0.78% | 0.41% | - |
| HSV(B) | 322.68º | 0.88% | 0.73% | - |
| XYZ | 24.5 | 12.66 | 20.55 | - |
| YUV | 83.66 | 151.33 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 125 | 0 | 0.88 | 0.33 | 0.27 | 322.68 | 0.78 | 0.41 |
| Hex | BB | 17 | 7D | 0 | 58 | 21 | 1B | 143 | 4E | 29 |
| Octal | 273 | 27 | 175 | 0 | 130 | 41 | 33 | 503 | 116 | 51 |
| Binary | 10111011 | 10111 | 1111101 | 0 | 1011000 | 100001 | 11011 | 101000011 | 1001110 | 101001 |
Color Harmonies of #BB177D
Complementary color
Monochromatic Colors of #BB177D
Black with #BB177D
Text Example
Text Example
White with #BB177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB177D; }
p { color: rgb(187,23,125); }
H1.HeaderClassName
{
color: #BB177D;
}
.AnyTagClassName
{
color: #BB177D;
}
</style>
background-color css
<style>
a { background-color: #BB177D; }
a { background-color: rgb(187,23,125); }
div.DivClassName
{
background-color: #BB177D;
}
.BgClassName
{
background-color: #BB177D;
}
</style>
border-color css
<style>
span { border-color: #BB177D; }
span { border-color: rgb(187,23,125); }
td.TdClassName
{
border-color: #BB177D;
}
.TagClassName
{
border-color: #BB177D;
}
</style>