Shades of Medium Violet Red #BB1773
Tints of Medium Violet Red #BB1773
RGB
CMYK
RGB Variations
Color information
#BB1773 (or 0xBB1773) is known color: Medium Violet Red. HEX triplet: BB, 17 and 73. RGB value is (187,23,115). Sum of RGB (Red+Green+Blue) = 187+23+115=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1773 is #44E88C. Grayscale: #525252. Windows color (decimal): -4515981 or 7542715. OLE color: 7542715.
HSL color Cylindrical-coordinate representation of color #BB1773: hue angle of 326.34º 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 #BB1773 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 115 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.27 |
| HSL | 326.34º | 0.78% | 0.41% | - |
| HSV(B) | 326.34º | 0.88% | 0.73% | - |
| XYZ | 23.89 | 12.42 | 17.36 | - |
| YUV | 82.52 | 146.33 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 115 | 0 | 0.88 | 0.39 | 0.27 | 326.34 | 0.78 | 0.41 |
| Hex | BB | 17 | 73 | 0 | 58 | 27 | 1B | 146 | 4E | 29 |
| Octal | 273 | 27 | 163 | 0 | 130 | 47 | 33 | 506 | 116 | 51 |
| Binary | 10111011 | 10111 | 1110011 | 0 | 1011000 | 100111 | 11011 | 101000110 | 1001110 | 101001 |
Color Harmonies of #BB1773
Complementary color
Monochromatic Colors of #BB1773
Black with #BB1773
Text Example
Text Example
White with #BB1773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1773; }
p { color: rgb(187,23,115); }
H1.HeaderClassName
{
color: #BB1773;
}
.AnyTagClassName
{
color: #BB1773;
}
</style>
background-color css
<style>
a { background-color: #BB1773; }
a { background-color: rgb(187,23,115); }
div.DivClassName
{
background-color: #BB1773;
}
.BgClassName
{
background-color: #BB1773;
}
</style>
border-color css
<style>
span { border-color: #BB1773; }
span { border-color: rgb(187,23,115); }
td.TdClassName
{
border-color: #BB1773;
}
.TagClassName
{
border-color: #BB1773;
}
</style>