Shades of Medium Violet Red #BB0177
Tints of Medium Violet Red #BB0177
RGB
CMYK
RGB Variations
Color information
#BB0177 (or 0xBB0177) is known color: Medium Violet Red. HEX triplet: BB, 01 and 77. RGB value is (187,1,119). Sum of RGB (Red+Green+Blue) = 187+1+119=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0177 is #44FE88. Grayscale: #454545. Windows color (decimal): -4521609 or 7799227. OLE color: 7799227.
HSL color Cylindrical-coordinate representation of color #BB0177: hue angle of 321.94º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0177 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 119 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.27 |
| HSL | 321.94º | 0.99% | 0.37% | - |
| HSV(B) | 321.94º | 0.99% | 0.73% | - |
| XYZ | 23.83 | 11.92 | 18.5 | - |
| YUV | 70.07 | 155.62 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 119 | 0 | 0.99 | 0.36 | 0.27 | 321.94 | 0.99 | 0.37 |
| Hex | BB | 1 | 77 | 0 | 63 | 24 | 1B | 142 | 63 | 25 |
| Octal | 273 | 1 | 167 | 0 | 143 | 44 | 33 | 502 | 143 | 45 |
| Binary | 10111011 | 1 | 1110111 | 0 | 1100011 | 100100 | 11011 | 101000010 | 1100011 | 100101 |
Color Harmonies of #BB0177
Complementary color
Monochromatic Colors of #BB0177
Black with #BB0177
Text Example
Text Example
White with #BB0177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0177; }
p { color: rgb(187,1,119); }
H1.HeaderClassName
{
color: #BB0177;
}
.AnyTagClassName
{
color: #BB0177;
}
</style>
background-color css
<style>
a { background-color: #BB0177; }
a { background-color: rgb(187,1,119); }
div.DivClassName
{
background-color: #BB0177;
}
.BgClassName
{
background-color: #BB0177;
}
</style>
border-color css
<style>
span { border-color: #BB0177; }
span { border-color: rgb(187,1,119); }
td.TdClassName
{
border-color: #BB0177;
}
.TagClassName
{
border-color: #BB0177;
}
</style>