Shades of Medium Orchid #BB47EC
Tints of Medium Orchid #BB47EC
RGB
CMYK
RGB Variations
Color information
#BB47EC (or 0xBB47EC) is known color: Medium Orchid. HEX triplet: BB, 47 and EC. RGB value is (187,71,236). Sum of RGB (Red+Green+Blue) = 187+71+236=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 71 (28.12% from 255 or 14.37% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB47EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB47EC is #44B813. Grayscale: #7B7B7B. Windows color (decimal): -4503572 or 15484859. OLE color: 15484859.
HSL color Cylindrical-coordinate representation of color #BB47EC: hue angle of 282.18º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB47EC is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 71 | 236 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.07 |
| HSL | 282.18º | 0.81% | 0.6% | - |
| HSV(B) | 282.18º | 0.7% | 0.93% | - |
| XYZ | 37.89 | 21.13 | 81.44 | - |
| YUV | 124.49 | 190.93 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 236 | 0.21 | 0.70 | 0 | 0.07 | 282.18 | 0.81 | 0.6 |
| Hex | BB | 47 | EC | 15 | 46 | 0 | 7 | 11A | 51 | 3C |
| Octal | 273 | 107 | 354 | 25 | 106 | 0 | 7 | 432 | 121 | 74 |
| Binary | 10111011 | 1000111 | 11101100 | 10101 | 1000110 | 0 | 111 | 100011010 | 1010001 | 111100 |
Color Harmonies of #BB47EC
Complementary color
Monochromatic Colors of #BB47EC
Black with #BB47EC
Text Example
Text Example
White with #BB47EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB47EC; }
p { color: rgb(187,71,236); }
H1.HeaderClassName
{
color: #BB47EC;
}
.AnyTagClassName
{
color: #BB47EC;
}
</style>
background-color css
<style>
a { background-color: #BB47EC; }
a { background-color: rgb(187,71,236); }
div.DivClassName
{
background-color: #BB47EC;
}
.BgClassName
{
background-color: #BB47EC;
}
</style>
border-color css
<style>
span { border-color: #BB47EC; }
span { border-color: rgb(187,71,236); }
td.TdClassName
{
border-color: #BB47EC;
}
.TagClassName
{
border-color: #BB47EC;
}
</style>