Shades of Medium Orchid #BC6CE1
Tints of Medium Orchid #BC6CE1
RGB
CMYK
RGB Variations
Color information
#BC6CE1 (or 0xBC6CE1) is known color: Medium Orchid. HEX triplet: BC, 6C and E1. RGB value is (188,108,225). Sum of RGB (Red+Green+Blue) = 188+108+225=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC6CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CE1 is #43931E. Grayscale: #909090. Windows color (decimal): -4428575 or 14773436. OLE color: 14773436.
HSL color Cylindrical-coordinate representation of color #BC6CE1: hue angle of 281.03º degrees, saturation: 0.66, 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 #BC6CE1 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 108 | 225 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.12 |
| HSL | 281.03º | 0.66% | 0.65% | - |
| HSV(B) | 281.03º | 0.52% | 0.88% | - |
| XYZ | 39.69 | 26.85 | 74.33 | - |
| YUV | 145.26 | 173 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 225 | 0.16 | 0.52 | 0 | 0.12 | 281.03 | 0.66 | 0.65 |
| Hex | BC | 6C | E1 | 10 | 34 | 0 | C | 119 | 42 | 41 |
| Octal | 274 | 154 | 341 | 20 | 64 | 0 | 14 | 431 | 102 | 101 |
| Binary | 10111100 | 1101100 | 11100001 | 10000 | 110100 | 0 | 1100 | 100011001 | 1000010 | 1000001 |
Color Harmonies of #BC6CE1
Complementary color
Monochromatic Colors of #BC6CE1
Black with #BC6CE1
Text Example
Text Example
White with #BC6CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6CE1; }
p { color: rgb(188,108,225); }
H1.HeaderClassName
{
color: #BC6CE1;
}
.AnyTagClassName
{
color: #BC6CE1;
}
</style>
background-color css
<style>
a { background-color: #BC6CE1; }
a { background-color: rgb(188,108,225); }
div.DivClassName
{
background-color: #BC6CE1;
}
.BgClassName
{
background-color: #BC6CE1;
}
</style>
border-color css
<style>
span { border-color: #BC6CE1; }
span { border-color: rgb(188,108,225); }
td.TdClassName
{
border-color: #BC6CE1;
}
.TagClassName
{
border-color: #BC6CE1;
}
</style>