Shades of Medium Orchid #BB49CE
Tints of Medium Orchid #BB49CE
RGB
CMYK
RGB Variations
Color information
#BB49CE (or 0xBB49CE) is known color: Medium Orchid. HEX triplet: BB, 49 and CE. RGB value is (187,73,206). Sum of RGB (Red+Green+Blue) = 187+73+206=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB49CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB49CE is #44B631. Grayscale: #797979. Windows color (decimal): -4503090 or 13519291. OLE color: 13519291.
HSL color Cylindrical-coordinate representation of color #BB49CE: hue angle of 291.43º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB49CE is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 73 | 206 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.19 |
| HSL | 291.43º | 0.58% | 0.55% | - |
| HSV(B) | 291.43º | 0.65% | 0.81% | - |
| XYZ | 34.02 | 19.79 | 60.42 | - |
| YUV | 122.25 | 175.27 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 206 | 0.09 | 0.65 | 0 | 0.19 | 291.43 | 0.58 | 0.55 |
| Hex | BB | 49 | CE | 9 | 41 | 0 | 13 | 123 | 3A | 37 |
| Octal | 273 | 111 | 316 | 11 | 101 | 0 | 23 | 443 | 72 | 67 |
| Binary | 10111011 | 1001001 | 11001110 | 1001 | 1000001 | 0 | 10011 | 100100011 | 111010 | 110111 |
Color Harmonies of #BB49CE
Complementary color
Monochromatic Colors of #BB49CE
Black with #BB49CE
Text Example
Text Example
White with #BB49CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB49CE; }
p { color: rgb(187,73,206); }
H1.HeaderClassName
{
color: #BB49CE;
}
.AnyTagClassName
{
color: #BB49CE;
}
</style>
background-color css
<style>
a { background-color: #BB49CE; }
a { background-color: rgb(187,73,206); }
div.DivClassName
{
background-color: #BB49CE;
}
.BgClassName
{
background-color: #BB49CE;
}
</style>
border-color css
<style>
span { border-color: #BB49CE; }
span { border-color: rgb(187,73,206); }
td.TdClassName
{
border-color: #BB49CE;
}
.TagClassName
{
border-color: #BB49CE;
}
</style>