Shades of Medium Orchid #BC60E6
Tints of Medium Orchid #BC60E6
RGB
CMYK
RGB Variations
Color information
#BC60E6 (or 0xBC60E6) is known color: Medium Orchid. HEX triplet: BC, 60 and E6. RGB value is (188,96,230). Sum of RGB (Red+Green+Blue) = 188+96+230=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC60E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC60E6 is #439F19. Grayscale: #8A8A8A. Windows color (decimal): -4431642 or 15098044. OLE color: 15098044.
HSL color Cylindrical-coordinate representation of color #BC60E6: hue angle of 281.19º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC60E6 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 96 | 230 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.10 |
| HSL | 281.19º | 0.73% | 0.64% | - |
| HSV(B) | 281.19º | 0.58% | 0.9% | - |
| XYZ | 39.2 | 24.77 | 77.58 | - |
| YUV | 138.78 | 179.48 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 230 | 0.18 | 0.58 | 0 | 0.10 | 281.19 | 0.73 | 0.64 |
| Hex | BC | 60 | E6 | 12 | 3A | 0 | A | 119 | 49 | 40 |
| Octal | 274 | 140 | 346 | 22 | 72 | 0 | 12 | 431 | 111 | 100 |
| Binary | 10111100 | 1100000 | 11100110 | 10010 | 111010 | 0 | 1010 | 100011001 | 1001001 | 1000000 |
Color Harmonies of #BC60E6
Complementary color
Monochromatic Colors of #BC60E6
Black with #BC60E6
Text Example
Text Example
White with #BC60E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC60E6; }
p { color: rgb(188,96,230); }
H1.HeaderClassName
{
color: #BC60E6;
}
.AnyTagClassName
{
color: #BC60E6;
}
</style>
background-color css
<style>
a { background-color: #BC60E6; }
a { background-color: rgb(188,96,230); }
div.DivClassName
{
background-color: #BC60E6;
}
.BgClassName
{
background-color: #BC60E6;
}
</style>
border-color css
<style>
span { border-color: #BC60E6; }
span { border-color: rgb(188,96,230); }
td.TdClassName
{
border-color: #BC60E6;
}
.TagClassName
{
border-color: #BC60E6;
}
</style>