Shades of Medium Violet Red #BB078D
Tints of Medium Violet Red #BB078D
RGB
CMYK
RGB Variations
Color information
#BB078D (or 0xBB078D) is known color: Medium Violet Red. HEX triplet: BB, 07 and 8D. RGB value is (187,7,141). Sum of RGB (Red+Green+Blue) = 187+7+141=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB078D is #44F872. Grayscale: #4B4B4B. Windows color (decimal): -4520051 or 9242555. OLE color: 9242555.
HSL color Cylindrical-coordinate representation of color #BB078D: hue angle of 315.33º 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 #BB078D is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 141 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.27 |
| HSL | 315.33º | 0.93% | 0.38% | - |
| HSV(B) | 315.33º | 0.96% | 0.73% | - |
| XYZ | 25.38 | 12.64 | 26.3 | - |
| YUV | 76.1 | 164.63 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 141 | 0 | 0.96 | 0.25 | 0.27 | 315.33 | 0.93 | 0.38 |
| Hex | BB | 7 | 8D | 0 | 60 | 19 | 1B | 13B | 5D | 26 |
| Octal | 273 | 7 | 215 | 0 | 140 | 31 | 33 | 473 | 135 | 46 |
| Binary | 10111011 | 111 | 10001101 | 0 | 1100000 | 11001 | 11011 | 100111011 | 1011101 | 100110 |
Color Harmonies of #BB078D
Complementary color
Monochromatic Colors of #BB078D
Black with #BB078D
Text Example
Text Example
White with #BB078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB078D; }
p { color: rgb(187,7,141); }
H1.HeaderClassName
{
color: #BB078D;
}
.AnyTagClassName
{
color: #BB078D;
}
</style>
background-color css
<style>
a { background-color: #BB078D; }
a { background-color: rgb(187,7,141); }
div.DivClassName
{
background-color: #BB078D;
}
.BgClassName
{
background-color: #BB078D;
}
</style>
border-color css
<style>
span { border-color: #BB078D; }
span { border-color: rgb(187,7,141); }
td.TdClassName
{
border-color: #BB078D;
}
.TagClassName
{
border-color: #BB078D;
}
</style>