Shades of Medium Orchid #BC6CE4
Tints of Medium Orchid #BC6CE4
RGB
CMYK
RGB Variations
Color information
#BC6CE4 (or 0xBC6CE4) is known color: Medium Orchid. HEX triplet: BC, 6C and E4. RGB value is (188,108,228). Sum of RGB (Red+Green+Blue) = 188+108+228=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 228 (89.45% from 255 or 43.51% from 524); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC6CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CE4 is #43931B. Grayscale: #919191. Windows color (decimal): -4428572 or 14970044. OLE color: 14970044.
HSL color Cylindrical-coordinate representation of color #BC6CE4: hue angle of 280º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC6CE4 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 108 | 228 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.11 |
| HSL | 280º | 0.69% | 0.66% | - |
| HSV(B) | 280º | 0.53% | 0.89% | - |
| XYZ | 40.11 | 27.02 | 76.5 | - |
| YUV | 145.6 | 174.5 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 228 | 0.18 | 0.53 | 0 | 0.11 | 280 | 0.69 | 0.66 |
| Hex | BC | 6C | E4 | 12 | 35 | 0 | B | 118 | 45 | 42 |
| Octal | 274 | 154 | 344 | 22 | 65 | 0 | 13 | 430 | 105 | 102 |
| Binary | 10111100 | 1101100 | 11100100 | 10010 | 110101 | 0 | 1011 | 100011000 | 1000101 | 1000010 |
Color Harmonies of #BC6CE4
Complementary color
Monochromatic Colors of #BC6CE4
Black with #BC6CE4
Text Example
Text Example
White with #BC6CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6CE4; }
p { color: rgb(188,108,228); }
H1.HeaderClassName
{
color: #BC6CE4;
}
.AnyTagClassName
{
color: #BC6CE4;
}
</style>
background-color css
<style>
a { background-color: #BC6CE4; }
a { background-color: rgb(188,108,228); }
div.DivClassName
{
background-color: #BC6CE4;
}
.BgClassName
{
background-color: #BC6CE4;
}
</style>
border-color css
<style>
span { border-color: #BC6CE4; }
span { border-color: rgb(188,108,228); }
td.TdClassName
{
border-color: #BC6CE4;
}
.TagClassName
{
border-color: #BC6CE4;
}
</style>