Shades of Medium Violet Red #BB208F
Tints of Medium Violet Red #BB208F
RGB
CMYK
RGB Variations
Color information
#BB208F (or 0xBB208F) is known color: Medium Violet Red. HEX triplet: BB, 20 and 8F. RGB value is (187,32,143). Sum of RGB (Red+Green+Blue) = 187+32+143=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB208F is #44DF70. Grayscale: #5A5A5A. Windows color (decimal): -4513649 or 9380027. OLE color: 9380027.
HSL color Cylindrical-coordinate representation of color #BB208F: hue angle of 317.03º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB208F is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 143 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.27 |
| HSL | 317.03º | 0.71% | 0.43% | - |
| HSV(B) | 317.03º | 0.83% | 0.73% | - |
| XYZ | 25.97 | 13.58 | 27.24 | - |
| YUV | 91 | 157.35 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 143 | 0 | 0.83 | 0.24 | 0.27 | 317.03 | 0.71 | 0.43 |
| Hex | BB | 20 | 8F | 0 | 53 | 18 | 1B | 13D | 47 | 2B |
| Octal | 273 | 40 | 217 | 0 | 123 | 30 | 33 | 475 | 107 | 53 |
| Binary | 10111011 | 100000 | 10001111 | 0 | 1010011 | 11000 | 11011 | 100111101 | 1000111 | 101011 |
Color Harmonies of #BB208F
Complementary color
Monochromatic Colors of #BB208F
Black with #BB208F
Text Example
Text Example
White with #BB208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB208F; }
p { color: rgb(187,32,143); }
H1.HeaderClassName
{
color: #BB208F;
}
.AnyTagClassName
{
color: #BB208F;
}
</style>
background-color css
<style>
a { background-color: #BB208F; }
a { background-color: rgb(187,32,143); }
div.DivClassName
{
background-color: #BB208F;
}
.BgClassName
{
background-color: #BB208F;
}
</style>
border-color css
<style>
span { border-color: #BB208F; }
span { border-color: rgb(187,32,143); }
td.TdClassName
{
border-color: #BB208F;
}
.TagClassName
{
border-color: #BB208F;
}
</style>