Shades of Medium Violet Red #BB206D
Tints of Medium Violet Red #BB206D
RGB
CMYK
RGB Variations
Color information
#BB206D (or 0xBB206D) is known color: Medium Violet Red. HEX triplet: BB, 20 and 6D. RGB value is (187,32,109). Sum of RGB (Red+Green+Blue) = 187+32+109=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB206D is #44DF92. Grayscale: #565656. Windows color (decimal): -4513683 or 7151803. OLE color: 7151803.
HSL color Cylindrical-coordinate representation of color #BB206D: hue angle of 330.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 #BB206D is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 109 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.27 |
| HSL | 330.19º | 0.71% | 0.43% | - |
| HSV(B) | 330.19º | 0.83% | 0.73% | - |
| XYZ | 23.77 | 12.7 | 15.67 | - |
| YUV | 87.12 | 140.35 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 109 | 0 | 0.83 | 0.42 | 0.27 | 330.19 | 0.71 | 0.43 |
| Hex | BB | 20 | 6D | 0 | 53 | 2A | 1B | 14A | 47 | 2B |
| Octal | 273 | 40 | 155 | 0 | 123 | 52 | 33 | 512 | 107 | 53 |
| Binary | 10111011 | 100000 | 1101101 | 0 | 1010011 | 101010 | 11011 | 101001010 | 1000111 | 101011 |
Color Harmonies of #BB206D
Complementary color
Monochromatic Colors of #BB206D
Black with #BB206D
Text Example
Text Example
White with #BB206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB206D; }
p { color: rgb(187,32,109); }
H1.HeaderClassName
{
color: #BB206D;
}
.AnyTagClassName
{
color: #BB206D;
}
</style>
background-color css
<style>
a { background-color: #BB206D; }
a { background-color: rgb(187,32,109); }
div.DivClassName
{
background-color: #BB206D;
}
.BgClassName
{
background-color: #BB206D;
}
</style>
border-color css
<style>
span { border-color: #BB206D; }
span { border-color: rgb(187,32,109); }
td.TdClassName
{
border-color: #BB206D;
}
.TagClassName
{
border-color: #BB206D;
}
</style>