Shades of Medium Orchid #BC60ED
Tints of Medium Orchid #BC60ED
RGB
CMYK
RGB Variations
Color information
#BC60ED (or 0xBC60ED) is known color: Medium Orchid. HEX triplet: BC, 60 and ED. RGB value is (188,96,237). Sum of RGB (Red+Green+Blue) = 188+96+237=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC60ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC60ED is #439F12. Grayscale: #8B8B8B. Windows color (decimal): -4431635 or 15556796. OLE color: 15556796.
HSL color Cylindrical-coordinate representation of color #BC60ED: hue angle of 279.15º degrees, saturation: 0.8, 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 #BC60ED is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 96 | 237 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.07 |
| HSL | 279.15º | 0.8% | 0.65% | - |
| HSV(B) | 279.15º | 0.59% | 0.93% | - |
| XYZ | 40.21 | 25.17 | 82.86 | - |
| YUV | 139.58 | 182.98 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 237 | 0.21 | 0.59 | 0 | 0.07 | 279.15 | 0.8 | 0.65 |
| Hex | BC | 60 | ED | 15 | 3B | 0 | 7 | 117 | 50 | 41 |
| Octal | 274 | 140 | 355 | 25 | 73 | 0 | 7 | 427 | 120 | 101 |
| Binary | 10111100 | 1100000 | 11101101 | 10101 | 111011 | 0 | 111 | 100010111 | 1010000 | 1000001 |
Color Harmonies of #BC60ED
Complementary color
Monochromatic Colors of #BC60ED
Black with #BC60ED
Text Example
Text Example
White with #BC60ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC60ED; }
p { color: rgb(188,96,237); }
H1.HeaderClassName
{
color: #BC60ED;
}
.AnyTagClassName
{
color: #BC60ED;
}
</style>
background-color css
<style>
a { background-color: #BC60ED; }
a { background-color: rgb(188,96,237); }
div.DivClassName
{
background-color: #BC60ED;
}
.BgClassName
{
background-color: #BC60ED;
}
</style>
border-color css
<style>
span { border-color: #BC60ED; }
span { border-color: rgb(188,96,237); }
td.TdClassName
{
border-color: #BC60ED;
}
.TagClassName
{
border-color: #BC60ED;
}
</style>