#BC5ECC

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

Shades of Medium Orchid #BC5ECC

Tints of Medium Orchid #BC5ECC

Color information

#BC5ECC (or 0xBC5ECC) is unknown color: approx Medium Orchid. HEX triplet: BC, 5E and CC. RGB value is (188,94,204). Sum of RGB (Red+Green+Blue) = 188+94+204=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC5ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ECC is #43A133. Grayscale: #868686. Windows color (decimal): -4432180 or 13393596. OLE color: 13393596.

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

Color convert

RGB18894204-
CMYK0.080.5400.2
HSL291.27º51.89%58.43%-
HSV(B)291.27º53.92%80%-
XYZ35.6423.0659.7-
YUV134.65167.14166.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 94 (37.11% from 255) = 19.34%
BLUE value IS 204 (80.08% from 255) = 41.98%
R=38.68%
G=19.34%
B=41.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal188942040.080.5400.2291.2751.8958.43
HexBC5ECC836014123343a
Octal27413631410660244436472
Binary101111001011110110011001000110110010100100100011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5ECC; }

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

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

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

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

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

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

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

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