Shades of Medium Orchid #BC67EC
Tints of Medium Orchid #BC67EC
RGB
CMYK
RGB Variations
Color information
#BC67EC (or 0xBC67EC) is known color: Medium Orchid. HEX triplet: BC, 67 and EC. RGB value is (188,103,236). Sum of RGB (Red+Green+Blue) = 188+103+236=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC67EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC67EC is #439813. Grayscale: #8F8F8F. Windows color (decimal): -4429844 or 15493052. OLE color: 15493052.
HSL color Cylindrical-coordinate representation of color #BC67EC: hue angle of 278.35º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC67EC is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 103 | 236 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.07 |
| HSL | 278.35º | 0.78% | 0.66% | - |
| HSV(B) | 278.35º | 0.56% | 0.93% | - |
| XYZ | 40.73 | 26.45 | 82.32 | - |
| YUV | 143.58 | 180.16 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 236 | 0.20 | 0.56 | 0 | 0.07 | 278.35 | 0.78 | 0.66 |
| Hex | BC | 67 | EC | 14 | 38 | 0 | 7 | 116 | 4E | 42 |
| Octal | 274 | 147 | 354 | 24 | 70 | 0 | 7 | 426 | 116 | 102 |
| Binary | 10111100 | 1100111 | 11101100 | 10100 | 111000 | 0 | 111 | 100010110 | 1001110 | 1000010 |
Color Harmonies of #BC67EC
Complementary color
Monochromatic Colors of #BC67EC
Black with #BC67EC
Text Example
Text Example
White with #BC67EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC67EC; }
p { color: rgb(188,103,236); }
H1.HeaderClassName
{
color: #BC67EC;
}
.AnyTagClassName
{
color: #BC67EC;
}
</style>
background-color css
<style>
a { background-color: #BC67EC; }
a { background-color: rgb(188,103,236); }
div.DivClassName
{
background-color: #BC67EC;
}
.BgClassName
{
background-color: #BC67EC;
}
</style>
border-color css
<style>
span { border-color: #BC67EC; }
span { border-color: rgb(188,103,236); }
td.TdClassName
{
border-color: #BC67EC;
}
.TagClassName
{
border-color: #BC67EC;
}
</style>