#BC4EDC

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

Shades of Medium Orchid #BC4EDC

Tints of Medium Orchid #BC4EDC

Color information

#BC4EDC (or 0xBC4EDC) is unknown color: approx Medium Orchid. HEX triplet: BC, 4E and DC. RGB value is (188,78,220). Sum of RGB (Red+Green+Blue) = 188+78+220=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC4EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4EDC is #43B123. Grayscale: #7E7E7E. Windows color (decimal): -4436260 or 14438076. OLE color: 14438076.

HSL color Cylindrical-coordinate representation of color #BC4EDC: hue angle of 286.48º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4EDC is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18878220-
CMYK0.150.6500.14
HSL286.48º66.98%58.43%-
HSV(B)286.48º64.55%86.27%-
XYZ36.3821.3169.91-
YUV127.08180.44171.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 78 (30.86% from 255) = 16.05%
BLUE value IS 220 (86.33% from 255) = 45.27%
R=38.68%
G=16.05%
B=45.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal188782200.150.6500.14286.4866.9858.43
HexBC4EDCF410E11e433a
Octal2741163341710101643610372
Binary1011110010011101101110011111000001011101000111101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4EDC; }

 p { color: rgb(188,78,220); }

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

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

 a { background-color: rgb(188,78,220); }

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

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

 span { border-color: rgb(188,78,220); }

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