Shades of Medium Violet Red #BB0775
Tints of Medium Violet Red #BB0775
RGB
CMYK
RGB Variations
Color information
#BB0775 (or 0xBB0775) is known color: Medium Violet Red. HEX triplet: BB, 07 and 75. RGB value is (187,7,117). Sum of RGB (Red+Green+Blue) = 187+7+117=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0775 is #44F88A. Grayscale: #494949. Windows color (decimal): -4520075 or 7669691. OLE color: 7669691.
HSL color Cylindrical-coordinate representation of color #BB0775: hue angle of 323.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 #BB0775 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 117 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.27 |
| HSL | 323.33º | 0.93% | 0.38% | - |
| HSV(B) | 323.33º | 0.96% | 0.73% | - |
| XYZ | 23.78 | 12 | 17.89 | - |
| YUV | 73.36 | 152.63 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 117 | 0 | 0.96 | 0.37 | 0.27 | 323.33 | 0.93 | 0.38 |
| Hex | BB | 7 | 75 | 0 | 60 | 25 | 1B | 143 | 5D | 26 |
| Octal | 273 | 7 | 165 | 0 | 140 | 45 | 33 | 503 | 135 | 46 |
| Binary | 10111011 | 111 | 1110101 | 0 | 1100000 | 100101 | 11011 | 101000011 | 1011101 | 100110 |
Color Harmonies of #BB0775
Complementary color
Monochromatic Colors of #BB0775
Black with #BB0775
Text Example
Text Example
White with #BB0775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0775; }
p { color: rgb(187,7,117); }
H1.HeaderClassName
{
color: #BB0775;
}
.AnyTagClassName
{
color: #BB0775;
}
</style>
background-color css
<style>
a { background-color: #BB0775; }
a { background-color: rgb(187,7,117); }
div.DivClassName
{
background-color: #BB0775;
}
.BgClassName
{
background-color: #BB0775;
}
</style>
border-color css
<style>
span { border-color: #BB0775; }
span { border-color: rgb(187,7,117); }
td.TdClassName
{
border-color: #BB0775;
}
.TagClassName
{
border-color: #BB0775;
}
</style>