Shades of Medium Orchid #BC6BE0
Tints of Medium Orchid #BC6BE0
RGB
CMYK
RGB Variations
Color information
#BC6BE0 (or 0xBC6BE0) is known color: Medium Orchid. HEX triplet: BC, 6B and E0. RGB value is (188,107,224). Sum of RGB (Red+Green+Blue) = 188+107+224=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC6BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BE0 is #43941F. Grayscale: #909090. Windows color (decimal): -4428832 or 14707644. OLE color: 14707644.
HSL color Cylindrical-coordinate representation of color #BC6BE0: hue angle of 281.54º 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 #BC6BE0 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 107 | 224 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.12 |
| HSL | 281.54º | 0.65% | 0.65% | - |
| HSV(B) | 281.54º | 0.52% | 0.88% | - |
| XYZ | 39.45 | 26.59 | 73.57 | - |
| YUV | 144.56 | 172.84 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 224 | 0.16 | 0.52 | 0 | 0.12 | 281.54 | 0.65 | 0.65 |
| Hex | BC | 6B | E0 | 10 | 34 | 0 | C | 11A | 41 | 41 |
| Octal | 274 | 153 | 340 | 20 | 64 | 0 | 14 | 432 | 101 | 101 |
| Binary | 10111100 | 1101011 | 11100000 | 10000 | 110100 | 0 | 1100 | 100011010 | 1000001 | 1000001 |
Color Harmonies of #BC6BE0
Complementary color
Monochromatic Colors of #BC6BE0
Black with #BC6BE0
Text Example
Text Example
White with #BC6BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BE0; }
p { color: rgb(188,107,224); }
H1.HeaderClassName
{
color: #BC6BE0;
}
.AnyTagClassName
{
color: #BC6BE0;
}
</style>
background-color css
<style>
a { background-color: #BC6BE0; }
a { background-color: rgb(188,107,224); }
div.DivClassName
{
background-color: #BC6BE0;
}
.BgClassName
{
background-color: #BC6BE0;
}
</style>
border-color css
<style>
span { border-color: #BC6BE0; }
span { border-color: rgb(188,107,224); }
td.TdClassName
{
border-color: #BC6BE0;
}
.TagClassName
{
border-color: #BC6BE0;
}
</style>