#BC6ECC

Color #BC6ECC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BC6ECC

Tints of Medium Orchid #BC6ECC

Color information

#BC6ECC (or 0xBC6ECC) is unknown color: approx Medium Orchid. HEX triplet: BC, 6E and CC. RGB value is (188,110,204). Sum of RGB (Red+Green+Blue) = 188+110+204=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC6ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ECC is #439133. Grayscale: #8F8F8F. Windows color (decimal): -4428084 or 13397692. OLE color: 13397692.

HSL color Cylindrical-coordinate representation of color #BC6ECC: hue angle of 289.79º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6ECC is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB188110204-
CMYK0.080.4600.2
HSL289.79º47.96%61.57%-
HSV(B)289.79º46.08%80%-
XYZ37.2126.260.22-
YUV144.04161.84159.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 110 (43.36% from 255) = 21.91%
BLUE value IS 204 (80.08% from 255) = 40.64%
R=37.45%
G=21.91%
B=40.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881102040.080.4600.2289.7947.9661.57
HexBC6ECC82E014122303e
Octal27415631410560244426076
Binary101111001101110110011001000101110010100100100010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6ECC; }

 p { color: rgb(188,110,204); }

 H1.HeaderClassName
 {
   color: #BC6ECC;
 }
 .AnyTagClassName
 {
   color: #BC6ECC;
 }
</style>
background-color css

<style>
 a { background-color: #BC6ECC; }

 a { background-color: rgb(188,110,204); }

 div.DivClassName
 {
   background-color: #BC6ECC;
 }
 .BgClassName
 {
   background-color: #BC6ECC;
 }
</style>
border-color css

<style>
 span { border-color: #BC6ECC; }

 span { border-color: rgb(188,110,204); }

 td.TdClassName
 {
   border-color: #BC6ECC;
 }
 .TagClassName
 {
   border-color: #BC6ECC;
 }
</style>