Shades of Medium Violet Red #BB0171
Tints of Medium Violet Red #BB0171
RGB
CMYK
RGB Variations
Color information
#BB0171 (or 0xBB0171) is known color: Medium Violet Red. HEX triplet: BB, 01 and 71. RGB value is (187,1,113). Sum of RGB (Red+Green+Blue) = 187+1+113=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0171 is #44FE8E. Grayscale: #454545. Windows color (decimal): -4521615 or 7406011. OLE color: 7406011.
HSL color Cylindrical-coordinate representation of color #BB0171: hue angle of 323.87º 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 #BB0171 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 113 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.27 |
| HSL | 323.87º | 0.99% | 0.37% | - |
| HSV(B) | 323.87º | 0.99% | 0.73% | - |
| XYZ | 23.49 | 11.78 | 16.66 | - |
| YUV | 69.38 | 152.62 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 113 | 0 | 0.99 | 0.40 | 0.27 | 323.87 | 0.99 | 0.37 |
| Hex | BB | 1 | 71 | 0 | 63 | 28 | 1B | 144 | 63 | 25 |
| Octal | 273 | 1 | 161 | 0 | 143 | 50 | 33 | 504 | 143 | 45 |
| Binary | 10111011 | 1 | 1110001 | 0 | 1100011 | 101000 | 11011 | 101000100 | 1100011 | 100101 |
Color Harmonies of #BB0171
Complementary color
Monochromatic Colors of #BB0171
Black with #BB0171
Text Example
Text Example
White with #BB0171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0171; }
p { color: rgb(187,1,113); }
H1.HeaderClassName
{
color: #BB0171;
}
.AnyTagClassName
{
color: #BB0171;
}
</style>
background-color css
<style>
a { background-color: #BB0171; }
a { background-color: rgb(187,1,113); }
div.DivClassName
{
background-color: #BB0171;
}
.BgClassName
{
background-color: #BB0171;
}
</style>
border-color css
<style>
span { border-color: #BB0171; }
span { border-color: rgb(187,1,113); }
td.TdClassName
{
border-color: #BB0171;
}
.TagClassName
{
border-color: #BB0171;
}
</style>