Shades of Medium Orchid #BB56EC
Tints of Medium Orchid #BB56EC
RGB
CMYK
RGB Variations
Color information
#BB56EC (or 0xBB56EC) is known color: Medium Orchid. HEX triplet: BB, 56 and EC. RGB value is (187,86,236). Sum of RGB (Red+Green+Blue) = 187+86+236=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 86 (33.98% from 255 or 16.90% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB56EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB56EC is #44A913. Grayscale: #848484. Windows color (decimal): -4499732 or 15488699. OLE color: 15488699.
HSL color Cylindrical-coordinate representation of color #BB56EC: hue angle of 280.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB56EC is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 86 | 236 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.07 |
| HSL | 280.4º | 0.8% | 0.63% | - |
| HSV(B) | 280.4º | 0.64% | 0.93% | - |
| XYZ | 38.96 | 23.28 | 81.8 | - |
| YUV | 133.3 | 185.96 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 236 | 0.21 | 0.64 | 0 | 0.07 | 280.4 | 0.8 | 0.63 |
| Hex | BB | 56 | EC | 15 | 40 | 0 | 7 | 118 | 50 | 3F |
| Octal | 273 | 126 | 354 | 25 | 100 | 0 | 7 | 430 | 120 | 77 |
| Binary | 10111011 | 1010110 | 11101100 | 10101 | 1000000 | 0 | 111 | 100011000 | 1010000 | 111111 |
Color Harmonies of #BB56EC
Complementary color
Monochromatic Colors of #BB56EC
Black with #BB56EC
Text Example
Text Example
White with #BB56EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB56EC; }
p { color: rgb(187,86,236); }
H1.HeaderClassName
{
color: #BB56EC;
}
.AnyTagClassName
{
color: #BB56EC;
}
</style>
background-color css
<style>
a { background-color: #BB56EC; }
a { background-color: rgb(187,86,236); }
div.DivClassName
{
background-color: #BB56EC;
}
.BgClassName
{
background-color: #BB56EC;
}
</style>
border-color css
<style>
span { border-color: #BB56EC; }
span { border-color: rgb(187,86,236); }
td.TdClassName
{
border-color: #BB56EC;
}
.TagClassName
{
border-color: #BB56EC;
}
</style>