Shades of Medium Violet Red #BB206C
Tints of Medium Violet Red #BB206C
RGB
CMYK
RGB Variations
Color information
#BB206C (or 0xBB206C) is known color: Medium Violet Red. HEX triplet: BB, 20 and 6C. RGB value is (187,32,108). Sum of RGB (Red+Green+Blue) = 187+32+108=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB206C is #44DF93. Grayscale: #565656. Windows color (decimal): -4513684 or 7086267. OLE color: 7086267.
HSL color Cylindrical-coordinate representation of color #BB206C: hue angle of 330.58º 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 #BB206C is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 108 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.27 |
| HSL | 330.58º | 0.71% | 0.43% | - |
| HSV(B) | 330.58º | 0.83% | 0.73% | - |
| XYZ | 23.72 | 12.68 | 15.38 | - |
| YUV | 87.01 | 139.85 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 108 | 0 | 0.83 | 0.42 | 0.27 | 330.58 | 0.71 | 0.43 |
| Hex | BB | 20 | 6C | 0 | 53 | 2A | 1B | 14B | 47 | 2B |
| Octal | 273 | 40 | 154 | 0 | 123 | 52 | 33 | 513 | 107 | 53 |
| Binary | 10111011 | 100000 | 1101100 | 0 | 1010011 | 101010 | 11011 | 101001011 | 1000111 | 101011 |
Color Harmonies of #BB206C
Complementary color
Monochromatic Colors of #BB206C
Black with #BB206C
Text Example
Text Example
White with #BB206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB206C; }
p { color: rgb(187,32,108); }
H1.HeaderClassName
{
color: #BB206C;
}
.AnyTagClassName
{
color: #BB206C;
}
</style>
background-color css
<style>
a { background-color: #BB206C; }
a { background-color: rgb(187,32,108); }
div.DivClassName
{
background-color: #BB206C;
}
.BgClassName
{
background-color: #BB206C;
}
</style>
border-color css
<style>
span { border-color: #BB206C; }
span { border-color: rgb(187,32,108); }
td.TdClassName
{
border-color: #BB206C;
}
.TagClassName
{
border-color: #BB206C;
}
</style>