Shades of Medium Violet Red #BB078B
Tints of Medium Violet Red #BB078B
RGB
CMYK
RGB Variations
Color information
#BB078B (or 0xBB078B) is known color: Medium Violet Red. HEX triplet: BB, 07 and 8B. RGB value is (187,7,139). Sum of RGB (Red+Green+Blue) = 187+7+139=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB078B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB078B is #44F874. Grayscale: #4B4B4B. Windows color (decimal): -4520053 or 9111483. OLE color: 9111483.
HSL color Cylindrical-coordinate representation of color #BB078B: hue angle of 316º 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 #BB078B is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 139 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.27 |
| HSL | 316º | 0.93% | 0.38% | - |
| HSV(B) | 316º | 0.96% | 0.73% | - |
| XYZ | 25.23 | 12.58 | 25.52 | - |
| YUV | 75.87 | 163.63 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 139 | 0 | 0.96 | 0.26 | 0.27 | 316 | 0.93 | 0.38 |
| Hex | BB | 7 | 8B | 0 | 60 | 1A | 1B | 13C | 5D | 26 |
| Octal | 273 | 7 | 213 | 0 | 140 | 32 | 33 | 474 | 135 | 46 |
| Binary | 10111011 | 111 | 10001011 | 0 | 1100000 | 11010 | 11011 | 100111100 | 1011101 | 100110 |
Color Harmonies of #BB078B
Complementary color
Monochromatic Colors of #BB078B
Black with #BB078B
Text Example
Text Example
White with #BB078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB078B; }
p { color: rgb(187,7,139); }
H1.HeaderClassName
{
color: #BB078B;
}
.AnyTagClassName
{
color: #BB078B;
}
</style>
background-color css
<style>
a { background-color: #BB078B; }
a { background-color: rgb(187,7,139); }
div.DivClassName
{
background-color: #BB078B;
}
.BgClassName
{
background-color: #BB078B;
}
</style>
border-color css
<style>
span { border-color: #BB078B; }
span { border-color: rgb(187,7,139); }
td.TdClassName
{
border-color: #BB078B;
}
.TagClassName
{
border-color: #BB078B;
}
</style>