Shades of Medium Orchid #BC60F0
Tints of Medium Orchid #BC60F0
RGB
CMYK
RGB Variations
Color information
#BC60F0 (or 0xBC60F0) is known color: Medium Orchid. HEX triplet: BC, 60 and F0. RGB value is (188,96,240). Sum of RGB (Red+Green+Blue) = 188+96+240=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC60F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC60F0 is #439F0F. Grayscale: #8B8B8B. Windows color (decimal): -4431632 or 15753404. OLE color: 15753404.
HSL color Cylindrical-coordinate representation of color #BC60F0: hue angle of 278.33º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC60F0 is Cyan = 0.22, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 96 | 240 | - |
| CMYK | 0.22 | 0.6 | 0 | 0.06 |
| HSL | 278.33º | 0.83% | 0.66% | - |
| HSV(B) | 278.33º | 0.6% | 0.94% | - |
| XYZ | 40.65 | 25.35 | 85.19 | - |
| YUV | 139.92 | 184.48 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 240 | 0.22 | 0.6 | 0 | 0.06 | 278.33 | 0.83 | 0.66 |
| Hex | BC | 60 | F0 | 16 | 3C | 0 | 6 | 116 | 53 | 42 |
| Octal | 274 | 140 | 360 | 26 | 74 | 0 | 6 | 426 | 123 | 102 |
| Binary | 10111100 | 1100000 | 11110000 | 10110 | 111100 | 0 | 110 | 100010110 | 1010011 | 1000010 |
Color Harmonies of #BC60F0
Complementary color
Monochromatic Colors of #BC60F0
Black with #BC60F0
Text Example
Text Example
White with #BC60F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC60F0; }
p { color: rgb(188,96,240); }
H1.HeaderClassName
{
color: #BC60F0;
}
.AnyTagClassName
{
color: #BC60F0;
}
</style>
background-color css
<style>
a { background-color: #BC60F0; }
a { background-color: rgb(188,96,240); }
div.DivClassName
{
background-color: #BC60F0;
}
.BgClassName
{
background-color: #BC60F0;
}
</style>
border-color css
<style>
span { border-color: #BC60F0; }
span { border-color: rgb(188,96,240); }
td.TdClassName
{
border-color: #BC60F0;
}
.TagClassName
{
border-color: #BC60F0;
}
</style>