Shades of Medium Violet Red #BB0772
Tints of Medium Violet Red #BB0772
RGB
CMYK
RGB Variations
Color information
#BB0772 (or 0xBB0772) is known color: Medium Violet Red. HEX triplet: BB, 07 and 72. RGB value is (187,7,114). Sum of RGB (Red+Green+Blue) = 187+7+114=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0772 is #44F88D. Grayscale: #484848. Windows color (decimal): -4520078 or 7473083. OLE color: 7473083.
HSL color Cylindrical-coordinate representation of color #BB0772: hue angle of 324.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 #BB0772 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 114 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.27 |
| HSL | 324.33º | 0.93% | 0.38% | - |
| HSV(B) | 324.33º | 0.96% | 0.73% | - |
| XYZ | 23.61 | 11.93 | 16.98 | - |
| YUV | 73.02 | 151.13 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 114 | 0 | 0.96 | 0.39 | 0.27 | 324.33 | 0.93 | 0.38 |
| Hex | BB | 7 | 72 | 0 | 60 | 27 | 1B | 144 | 5D | 26 |
| Octal | 273 | 7 | 162 | 0 | 140 | 47 | 33 | 504 | 135 | 46 |
| Binary | 10111011 | 111 | 1110010 | 0 | 1100000 | 100111 | 11011 | 101000100 | 1011101 | 100110 |
Color Harmonies of #BB0772
Complementary color
Monochromatic Colors of #BB0772
Black with #BB0772
Text Example
Text Example
White with #BB0772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0772; }
p { color: rgb(187,7,114); }
H1.HeaderClassName
{
color: #BB0772;
}
.AnyTagClassName
{
color: #BB0772;
}
</style>
background-color css
<style>
a { background-color: #BB0772; }
a { background-color: rgb(187,7,114); }
div.DivClassName
{
background-color: #BB0772;
}
.BgClassName
{
background-color: #BB0772;
}
</style>
border-color css
<style>
span { border-color: #BB0772; }
span { border-color: rgb(187,7,114); }
td.TdClassName
{
border-color: #BB0772;
}
.TagClassName
{
border-color: #BB0772;
}
</style>