Shades of Medium Violet Red #BB079D
Tints of Medium Violet Red #BB079D
RGB
CMYK
RGB Variations
Color information
#BB079D (or 0xBB079D) is known color: Medium Violet Red. HEX triplet: BB, 07 and 9D. RGB value is (187,7,157). Sum of RGB (Red+Green+Blue) = 187+7+157=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB079D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB079D is #44F862. Grayscale: #4D4D4D. Windows color (decimal): -4520035 or 10291131. OLE color: 10291131.
HSL color Cylindrical-coordinate representation of color #BB079D: hue angle of 310º 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 #BB079D is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 157 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.27 |
| HSL | 310º | 0.93% | 0.38% | - |
| HSV(B) | 310º | 0.96% | 0.73% | - |
| XYZ | 26.66 | 13.15 | 33.03 | - |
| YUV | 77.92 | 172.63 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 157 | 0 | 0.96 | 0.16 | 0.27 | 310 | 0.93 | 0.38 |
| Hex | BB | 7 | 9D | 0 | 60 | 10 | 1B | 136 | 5D | 26 |
| Octal | 273 | 7 | 235 | 0 | 140 | 20 | 33 | 466 | 135 | 46 |
| Binary | 10111011 | 111 | 10011101 | 0 | 1100000 | 10000 | 11011 | 100110110 | 1011101 | 100110 |
Color Harmonies of #BB079D
Complementary color
Monochromatic Colors of #BB079D
Black with #BB079D
Text Example
Text Example
White with #BB079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB079D; }
p { color: rgb(187,7,157); }
H1.HeaderClassName
{
color: #BB079D;
}
.AnyTagClassName
{
color: #BB079D;
}
</style>
background-color css
<style>
a { background-color: #BB079D; }
a { background-color: rgb(187,7,157); }
div.DivClassName
{
background-color: #BB079D;
}
.BgClassName
{
background-color: #BB079D;
}
</style>
border-color css
<style>
span { border-color: #BB079D; }
span { border-color: rgb(187,7,157); }
td.TdClassName
{
border-color: #BB079D;
}
.TagClassName
{
border-color: #BB079D;
}
</style>