Shades of Medium Violet Red #BB0271
Tints of Medium Violet Red #BB0271
RGB
CMYK
RGB Variations
Color information
#BB0271 (or 0xBB0271) is known color: Medium Violet Red. HEX triplet: BB, 02 and 71. RGB value is (187,2,113). Sum of RGB (Red+Green+Blue) = 187+2+113=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0271 is #44FD8E. Grayscale: #454545. Windows color (decimal): -4521359 or 7406267. OLE color: 7406267.
HSL color Cylindrical-coordinate representation of color #BB0271: hue angle of 324º degrees, saturation: 0.98, 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 #BB0271 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.27 |
| HSL | 324º | 0.98% | 0.37% | - |
| HSV(B) | 324º | 0.99% | 0.73% | - |
| XYZ | 23.5 | 11.8 | 16.66 | - |
| YUV | 69.97 | 152.29 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 113 | 0 | 0.99 | 0.40 | 0.27 | 324 | 0.98 | 0.37 |
| Hex | BB | 2 | 71 | 0 | 63 | 28 | 1B | 144 | 62 | 25 |
| Octal | 273 | 2 | 161 | 0 | 143 | 50 | 33 | 504 | 142 | 45 |
| Binary | 10111011 | 10 | 1110001 | 0 | 1100011 | 101000 | 11011 | 101000100 | 1100010 | 100101 |
Color Harmonies of #BB0271
Complementary color
Monochromatic Colors of #BB0271
Black with #BB0271
Text Example
Text Example
White with #BB0271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0271; }
p { color: rgb(187,2,113); }
H1.HeaderClassName
{
color: #BB0271;
}
.AnyTagClassName
{
color: #BB0271;
}
</style>
background-color css
<style>
a { background-color: #BB0271; }
a { background-color: rgb(187,2,113); }
div.DivClassName
{
background-color: #BB0271;
}
.BgClassName
{
background-color: #BB0271;
}
</style>
border-color css
<style>
span { border-color: #BB0271; }
span { border-color: rgb(187,2,113); }
td.TdClassName
{
border-color: #BB0271;
}
.TagClassName
{
border-color: #BB0271;
}
</style>