Shades of Medium Orchid #BB49C9
Tints of Medium Orchid #BB49C9
RGB
CMYK
RGB Variations
Color information
#BB49C9 (or 0xBB49C9) is known color: Medium Orchid. HEX triplet: BB, 49 and C9. RGB value is (187,73,201). Sum of RGB (Red+Green+Blue) = 187+73+201=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB49C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB49C9 is #44B636. Grayscale: #797979. Windows color (decimal): -4503095 or 13191611. OLE color: 13191611.
HSL color Cylindrical-coordinate representation of color #BB49C9: hue angle of 293.44º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB49C9 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 73 | 201 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.21 |
| HSL | 293.44º | 0.54% | 0.54% | - |
| HSV(B) | 293.44º | 0.64% | 0.79% | - |
| XYZ | 33.42 | 19.55 | 57.27 | - |
| YUV | 121.68 | 172.77 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 201 | 0.07 | 0.64 | 0 | 0.21 | 293.44 | 0.54 | 0.54 |
| Hex | BB | 49 | C9 | 7 | 40 | 0 | 15 | 125 | 36 | 36 |
| Octal | 273 | 111 | 311 | 7 | 100 | 0 | 25 | 445 | 66 | 66 |
| Binary | 10111011 | 1001001 | 11001001 | 111 | 1000000 | 0 | 10101 | 100100101 | 110110 | 110110 |
Color Harmonies of #BB49C9
Complementary color
Monochromatic Colors of #BB49C9
Black with #BB49C9
Text Example
Text Example
White with #BB49C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB49C9; }
p { color: rgb(187,73,201); }
H1.HeaderClassName
{
color: #BB49C9;
}
.AnyTagClassName
{
color: #BB49C9;
}
</style>
background-color css
<style>
a { background-color: #BB49C9; }
a { background-color: rgb(187,73,201); }
div.DivClassName
{
background-color: #BB49C9;
}
.BgClassName
{
background-color: #BB49C9;
}
</style>
border-color css
<style>
span { border-color: #BB49C9; }
span { border-color: rgb(187,73,201); }
td.TdClassName
{
border-color: #BB49C9;
}
.TagClassName
{
border-color: #BB49C9;
}
</style>