Shades of Medium Orchid #BB57EC
Tints of Medium Orchid #BB57EC
RGB
CMYK
RGB Variations
Color information
#BB57EC (or 0xBB57EC) is known color: Medium Orchid. HEX triplet: BB, 57 and EC. RGB value is (187,87,236). Sum of RGB (Red+Green+Blue) = 187+87+236=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 87 (34.38% from 255 or 17.06% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB57EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB57EC is #44A813. Grayscale: #858585. Windows color (decimal): -4499476 or 15488955. OLE color: 15488955.
HSL color Cylindrical-coordinate representation of color #BB57EC: hue angle of 280.27º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB57EC is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 87 | 236 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.07 |
| HSL | 280.27º | 0.8% | 0.63% | - |
| HSV(B) | 280.27º | 0.63% | 0.93% | - |
| XYZ | 39.04 | 23.44 | 81.82 | - |
| YUV | 133.89 | 185.63 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 236 | 0.21 | 0.63 | 0 | 0.07 | 280.27 | 0.8 | 0.63 |
| Hex | BB | 57 | EC | 15 | 3F | 0 | 7 | 118 | 50 | 3F |
| Octal | 273 | 127 | 354 | 25 | 77 | 0 | 7 | 430 | 120 | 77 |
| Binary | 10111011 | 1010111 | 11101100 | 10101 | 111111 | 0 | 111 | 100011000 | 1010000 | 111111 |
Color Harmonies of #BB57EC
Complementary color
Monochromatic Colors of #BB57EC
Black with #BB57EC
Text Example
Text Example
White with #BB57EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB57EC; }
p { color: rgb(187,87,236); }
H1.HeaderClassName
{
color: #BB57EC;
}
.AnyTagClassName
{
color: #BB57EC;
}
</style>
background-color css
<style>
a { background-color: #BB57EC; }
a { background-color: rgb(187,87,236); }
div.DivClassName
{
background-color: #BB57EC;
}
.BgClassName
{
background-color: #BB57EC;
}
</style>
border-color css
<style>
span { border-color: #BB57EC; }
span { border-color: rgb(187,87,236); }
td.TdClassName
{
border-color: #BB57EC;
}
.TagClassName
{
border-color: #BB57EC;
}
</style>