Shades of Medium Orchid #BB60EC
Tints of Medium Orchid #BB60EC
RGB
CMYK
RGB Variations
Color information
#BB60EC (or 0xBB60EC) is known color: Medium Orchid. HEX triplet: BB, 60 and EC. RGB value is (187,96,236). Sum of RGB (Red+Green+Blue) = 187+96+236=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB60EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB60EC is #449F13. Grayscale: #8A8A8A. Windows color (decimal): -4497172 or 15491259. OLE color: 15491259.
HSL color Cylindrical-coordinate representation of color #BB60EC: hue angle of 279º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB60EC is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 96 | 236 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.07 |
| HSL | 279º | 0.79% | 0.65% | - |
| HSV(B) | 279º | 0.59% | 0.93% | - |
| XYZ | 39.82 | 24.99 | 82.08 | - |
| YUV | 139.17 | 182.65 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 236 | 0.21 | 0.59 | 0 | 0.07 | 279 | 0.79 | 0.65 |
| Hex | BB | 60 | EC | 15 | 3B | 0 | 7 | 117 | 4F | 41 |
| Octal | 273 | 140 | 354 | 25 | 73 | 0 | 7 | 427 | 117 | 101 |
| Binary | 10111011 | 1100000 | 11101100 | 10101 | 111011 | 0 | 111 | 100010111 | 1001111 | 1000001 |
Color Harmonies of #BB60EC
Complementary color
Monochromatic Colors of #BB60EC
Black with #BB60EC
Text Example
Text Example
White with #BB60EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB60EC; }
p { color: rgb(187,96,236); }
H1.HeaderClassName
{
color: #BB60EC;
}
.AnyTagClassName
{
color: #BB60EC;
}
</style>
background-color css
<style>
a { background-color: #BB60EC; }
a { background-color: rgb(187,96,236); }
div.DivClassName
{
background-color: #BB60EC;
}
.BgClassName
{
background-color: #BB60EC;
}
</style>
border-color css
<style>
span { border-color: #BB60EC; }
span { border-color: rgb(187,96,236); }
td.TdClassName
{
border-color: #BB60EC;
}
.TagClassName
{
border-color: #BB60EC;
}
</style>