Shades of Medium Orchid #BB49EC
Tints of Medium Orchid #BB49EC
RGB
CMYK
RGB Variations
Color information
#BB49EC (or 0xBB49EC) is known color: Medium Orchid. HEX triplet: BB, 49 and EC. RGB value is (187,73,236). Sum of RGB (Red+Green+Blue) = 187+73+236=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 73 (28.91% from 255 or 14.72% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB49EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB49EC is #44B613. Grayscale: #7D7D7D. Windows color (decimal): -4503060 or 15485371. OLE color: 15485371.
HSL color Cylindrical-coordinate representation of color #BB49EC: hue angle of 281.96º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB49EC is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 73 | 236 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.07 |
| HSL | 281.96º | 0.81% | 0.61% | - |
| HSV(B) | 281.96º | 0.69% | 0.93% | - |
| XYZ | 38.02 | 21.39 | 81.48 | - |
| YUV | 125.67 | 190.27 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 236 | 0.21 | 0.69 | 0 | 0.07 | 281.96 | 0.81 | 0.61 |
| Hex | BB | 49 | EC | 15 | 45 | 0 | 7 | 11A | 51 | 3D |
| Octal | 273 | 111 | 354 | 25 | 105 | 0 | 7 | 432 | 121 | 75 |
| Binary | 10111011 | 1001001 | 11101100 | 10101 | 1000101 | 0 | 111 | 100011010 | 1010001 | 111101 |
Color Harmonies of #BB49EC
Complementary color
Monochromatic Colors of #BB49EC
Black with #BB49EC
Text Example
Text Example
White with #BB49EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB49EC; }
p { color: rgb(187,73,236); }
H1.HeaderClassName
{
color: #BB49EC;
}
.AnyTagClassName
{
color: #BB49EC;
}
</style>
background-color css
<style>
a { background-color: #BB49EC; }
a { background-color: rgb(187,73,236); }
div.DivClassName
{
background-color: #BB49EC;
}
.BgClassName
{
background-color: #BB49EC;
}
</style>
border-color css
<style>
span { border-color: #BB49EC; }
span { border-color: rgb(187,73,236); }
td.TdClassName
{
border-color: #BB49EC;
}
.TagClassName
{
border-color: #BB49EC;
}
</style>