Shades of Medium Violet Red #BB1785
Tints of Medium Violet Red #BB1785
RGB
CMYK
RGB Variations
Color information
#BB1785 (or 0xBB1785) is known color: Medium Violet Red. HEX triplet: BB, 17 and 85. RGB value is (187,23,133). Sum of RGB (Red+Green+Blue) = 187+23+133=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1785 is #44E87A. Grayscale: #545454. Windows color (decimal): -4515963 or 8722363. OLE color: 8722363.
HSL color Cylindrical-coordinate representation of color #BB1785: hue angle of 319.76º 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 #BB1785 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 133 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.27 |
| HSL | 319.76º | 0.78% | 0.41% | - |
| HSV(B) | 319.76º | 0.88% | 0.73% | - |
| XYZ | 25.03 | 12.87 | 23.36 | - |
| YUV | 84.58 | 155.33 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 133 | 0 | 0.88 | 0.29 | 0.27 | 319.76 | 0.78 | 0.41 |
| Hex | BB | 17 | 85 | 0 | 58 | 1D | 1B | 140 | 4E | 29 |
| Octal | 273 | 27 | 205 | 0 | 130 | 35 | 33 | 500 | 116 | 51 |
| Binary | 10111011 | 10111 | 10000101 | 0 | 1011000 | 11101 | 11011 | 101000000 | 1001110 | 101001 |
Color Harmonies of #BB1785
Complementary color
Monochromatic Colors of #BB1785
Black with #BB1785
Text Example
Text Example
White with #BB1785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1785; }
p { color: rgb(187,23,133); }
H1.HeaderClassName
{
color: #BB1785;
}
.AnyTagClassName
{
color: #BB1785;
}
</style>
background-color css
<style>
a { background-color: #BB1785; }
a { background-color: rgb(187,23,133); }
div.DivClassName
{
background-color: #BB1785;
}
.BgClassName
{
background-color: #BB1785;
}
</style>
border-color css
<style>
span { border-color: #BB1785; }
span { border-color: rgb(187,23,133); }
td.TdClassName
{
border-color: #BB1785;
}
.TagClassName
{
border-color: #BB1785;
}
</style>