Shades of Medium Violet Red #BB0785
Tints of Medium Violet Red #BB0785
RGB
CMYK
RGB Variations
Color information
#BB0785 (or 0xBB0785) is known color: Medium Violet Red. HEX triplet: BB, 07 and 85. RGB value is (187,7,133). Sum of RGB (Red+Green+Blue) = 187+7+133=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0785 is #44F87A. Grayscale: #4A4A4A. Windows color (decimal): -4520059 or 8718267. OLE color: 8718267.
HSL color Cylindrical-coordinate representation of color #BB0785: hue angle of 318º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0785 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 133 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.27 |
| HSL | 318º | 0.93% | 0.38% | - |
| HSV(B) | 318º | 0.96% | 0.73% | - |
| XYZ | 24.8 | 12.41 | 23.28 | - |
| YUV | 75.18 | 160.63 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 133 | 0 | 0.96 | 0.29 | 0.27 | 318 | 0.93 | 0.38 |
| Hex | BB | 7 | 85 | 0 | 60 | 1D | 1B | 13E | 5D | 26 |
| Octal | 273 | 7 | 205 | 0 | 140 | 35 | 33 | 476 | 135 | 46 |
| Binary | 10111011 | 111 | 10000101 | 0 | 1100000 | 11101 | 11011 | 100111110 | 1011101 | 100110 |
Color Harmonies of #BB0785
Complementary color
Monochromatic Colors of #BB0785
Black with #BB0785
Text Example
Text Example
White with #BB0785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0785; }
p { color: rgb(187,7,133); }
H1.HeaderClassName
{
color: #BB0785;
}
.AnyTagClassName
{
color: #BB0785;
}
</style>
background-color css
<style>
a { background-color: #BB0785; }
a { background-color: rgb(187,7,133); }
div.DivClassName
{
background-color: #BB0785;
}
.BgClassName
{
background-color: #BB0785;
}
</style>
border-color css
<style>
span { border-color: #BB0785; }
span { border-color: rgb(187,7,133); }
td.TdClassName
{
border-color: #BB0785;
}
.TagClassName
{
border-color: #BB0785;
}
</style>