Shades of Medium Violet Red #BB077A
Tints of Medium Violet Red #BB077A
RGB
CMYK
RGB Variations
Color information
#BB077A (or 0xBB077A) is known color: Medium Violet Red. HEX triplet: BB, 07 and 7A. RGB value is (187,7,122). Sum of RGB (Red+Green+Blue) = 187+7+122=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB077A is #44F885. Grayscale: #494949. Windows color (decimal): -4520070 or 7997371. OLE color: 7997371.
HSL color Cylindrical-coordinate representation of color #BB077A: hue angle of 321.67º 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 #BB077A is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 122 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.27 |
| HSL | 321.67º | 0.93% | 0.38% | - |
| HSV(B) | 321.67º | 0.96% | 0.73% | - |
| XYZ | 24.08 | 12.12 | 19.48 | - |
| YUV | 73.93 | 155.13 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 122 | 0 | 0.96 | 0.35 | 0.27 | 321.67 | 0.93 | 0.38 |
| Hex | BB | 7 | 7A | 0 | 60 | 23 | 1B | 142 | 5D | 26 |
| Octal | 273 | 7 | 172 | 0 | 140 | 43 | 33 | 502 | 135 | 46 |
| Binary | 10111011 | 111 | 1111010 | 0 | 1100000 | 100011 | 11011 | 101000010 | 1011101 | 100110 |
Color Harmonies of #BB077A
Complementary color
Monochromatic Colors of #BB077A
Black with #BB077A
Text Example
Text Example
White with #BB077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB077A; }
p { color: rgb(187,7,122); }
H1.HeaderClassName
{
color: #BB077A;
}
.AnyTagClassName
{
color: #BB077A;
}
</style>
background-color css
<style>
a { background-color: #BB077A; }
a { background-color: rgb(187,7,122); }
div.DivClassName
{
background-color: #BB077A;
}
.BgClassName
{
background-color: #BB077A;
}
</style>
border-color css
<style>
span { border-color: #BB077A; }
span { border-color: rgb(187,7,122); }
td.TdClassName
{
border-color: #BB077A;
}
.TagClassName
{
border-color: #BB077A;
}
</style>