Shades of Medium Violet Red #BB208C
Tints of Medium Violet Red #BB208C
RGB
CMYK
RGB Variations
Color information
#BB208C (or 0xBB208C) is known color: Medium Violet Red. HEX triplet: BB, 20 and 8C. RGB value is (187,32,140). Sum of RGB (Red+Green+Blue) = 187+32+140=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB208C is #44DF73. Grayscale: #5A5A5A. Windows color (decimal): -4513652 or 9183419. OLE color: 9183419.
HSL color Cylindrical-coordinate representation of color #BB208C: hue angle of 318.19º 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 #BB208C is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 140 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.27 |
| HSL | 318.19º | 0.71% | 0.43% | - |
| HSV(B) | 318.19º | 0.83% | 0.73% | - |
| XYZ | 25.74 | 13.49 | 26.06 | - |
| YUV | 90.66 | 155.85 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 140 | 0 | 0.83 | 0.25 | 0.27 | 318.19 | 0.71 | 0.43 |
| Hex | BB | 20 | 8C | 0 | 53 | 19 | 1B | 13E | 47 | 2B |
| Octal | 273 | 40 | 214 | 0 | 123 | 31 | 33 | 476 | 107 | 53 |
| Binary | 10111011 | 100000 | 10001100 | 0 | 1010011 | 11001 | 11011 | 100111110 | 1000111 | 101011 |
Color Harmonies of #BB208C
Complementary color
Monochromatic Colors of #BB208C
Black with #BB208C
Text Example
Text Example
White with #BB208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB208C; }
p { color: rgb(187,32,140); }
H1.HeaderClassName
{
color: #BB208C;
}
.AnyTagClassName
{
color: #BB208C;
}
</style>
background-color css
<style>
a { background-color: #BB208C; }
a { background-color: rgb(187,32,140); }
div.DivClassName
{
background-color: #BB208C;
}
.BgClassName
{
background-color: #BB208C;
}
</style>
border-color css
<style>
span { border-color: #BB208C; }
span { border-color: rgb(187,32,140); }
td.TdClassName
{
border-color: #BB208C;
}
.TagClassName
{
border-color: #BB208C;
}
</style>