Shades of Medium Violet Red #BB209D
Tints of Medium Violet Red #BB209D
RGB
CMYK
RGB Variations
Color information
#BB209D (or 0xBB209D) is known color: Medium Violet Red. HEX triplet: BB, 20 and 9D. RGB value is (187,32,157). Sum of RGB (Red+Green+Blue) = 187+32+157=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB209D is #44DF62. Grayscale: #5C5C5C. Windows color (decimal): -4513635 or 10297531. OLE color: 10297531.
HSL color Cylindrical-coordinate representation of color #BB209D: hue angle of 311.61º 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 #BB209D is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 157 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.27 |
| HSL | 311.61º | 0.71% | 0.43% | - |
| HSV(B) | 311.61º | 0.83% | 0.73% | - |
| XYZ | 27.1 | 14.03 | 33.18 | - |
| YUV | 92.6 | 164.35 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 157 | 0 | 0.83 | 0.16 | 0.27 | 311.61 | 0.71 | 0.43 |
| Hex | BB | 20 | 9D | 0 | 53 | 10 | 1B | 138 | 47 | 2B |
| Octal | 273 | 40 | 235 | 0 | 123 | 20 | 33 | 470 | 107 | 53 |
| Binary | 10111011 | 100000 | 10011101 | 0 | 1010011 | 10000 | 11011 | 100111000 | 1000111 | 101011 |
Color Harmonies of #BB209D
Complementary color
Monochromatic Colors of #BB209D
Black with #BB209D
Text Example
Text Example
White with #BB209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB209D; }
p { color: rgb(187,32,157); }
H1.HeaderClassName
{
color: #BB209D;
}
.AnyTagClassName
{
color: #BB209D;
}
</style>
background-color css
<style>
a { background-color: #BB209D; }
a { background-color: rgb(187,32,157); }
div.DivClassName
{
background-color: #BB209D;
}
.BgClassName
{
background-color: #BB209D;
}
</style>
border-color css
<style>
span { border-color: #BB209D; }
span { border-color: rgb(187,32,157); }
td.TdClassName
{
border-color: #BB209D;
}
.TagClassName
{
border-color: #BB209D;
}
</style>