Shades of Medium Orchid #BC6CE0
Tints of Medium Orchid #BC6CE0
RGB
CMYK
RGB Variations
Color information
#BC6CE0 (or 0xBC6CE0) is known color: Medium Orchid. HEX triplet: BC, 6C and E0. RGB value is (188,108,224). Sum of RGB (Red+Green+Blue) = 188+108+224=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC6CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CE0 is #43931F. Grayscale: #909090. Windows color (decimal): -4428576 or 14707900. OLE color: 14707900.
HSL color Cylindrical-coordinate representation of color #BC6CE0: hue angle of 281.38º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC6CE0 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 108 | 224 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.12 |
| HSL | 281.38º | 0.65% | 0.65% | - |
| HSV(B) | 281.38º | 0.52% | 0.88% | - |
| XYZ | 39.56 | 26.8 | 73.61 | - |
| YUV | 145.14 | 172.5 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 224 | 0.16 | 0.52 | 0 | 0.12 | 281.38 | 0.65 | 0.65 |
| Hex | BC | 6C | E0 | 10 | 34 | 0 | C | 119 | 41 | 41 |
| Octal | 274 | 154 | 340 | 20 | 64 | 0 | 14 | 431 | 101 | 101 |
| Binary | 10111100 | 1101100 | 11100000 | 10000 | 110100 | 0 | 1100 | 100011001 | 1000001 | 1000001 |
Color Harmonies of #BC6CE0
Complementary color
Monochromatic Colors of #BC6CE0
Black with #BC6CE0
Text Example
Text Example
White with #BC6CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6CE0; }
p { color: rgb(188,108,224); }
H1.HeaderClassName
{
color: #BC6CE0;
}
.AnyTagClassName
{
color: #BC6CE0;
}
</style>
background-color css
<style>
a { background-color: #BC6CE0; }
a { background-color: rgb(188,108,224); }
div.DivClassName
{
background-color: #BC6CE0;
}
.BgClassName
{
background-color: #BC6CE0;
}
</style>
border-color css
<style>
span { border-color: #BC6CE0; }
span { border-color: rgb(188,108,224); }
td.TdClassName
{
border-color: #BC6CE0;
}
.TagClassName
{
border-color: #BC6CE0;
}
</style>