#BC4DE1

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

Shades of Medium Orchid #BC4DE1

Tints of Medium Orchid #BC4DE1

Color information

#BC4DE1 (or 0xBC4DE1) is unknown color: approx Medium Orchid. HEX triplet: BC, 4D and E1. RGB value is (188,77,225). Sum of RGB (Red+Green+Blue) = 188+77+225=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC4DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DE1 is #43B21E. Grayscale: #7E7E7E. Windows color (decimal): -4436511 or 14765500. OLE color: 14765500.

HSL color Cylindrical-coordinate representation of color #BC4DE1: hue angle of 285º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4DE1 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18877225-
CMYK0.160.6600.12
HSL285º71.15%59.22%-
HSV(B)285º65.78%88.24%-
XYZ36.9821.4473.42-
YUV127.06183.27171.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 77 (30.47% from 255) = 15.71%
BLUE value IS 225 (88.28% from 255) = 45.92%
R=38.37%
G=15.71%
B=45.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal188772250.160.6600.1228571.1559.22
HexBC4DE110420C11d473b
Octal2741153412010201443510773
Binary10111100100110111100001100001000010011001000111011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4DE1; }

 p { color: rgb(188,77,225); }

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

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

 a { background-color: rgb(188,77,225); }

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

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

 span { border-color: rgb(188,77,225); }

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