#BC4EE2

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

Shades of Medium Orchid #BC4EE2

Tints of Medium Orchid #BC4EE2

Color information

#BC4EE2 (or 0xBC4EE2) is unknown color: approx Medium Orchid. HEX triplet: BC, 4E and E2. RGB value is (188,78,226). Sum of RGB (Red+Green+Blue) = 188+78+226=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 226 (88.67% from 255 or 45.93% from 492); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC4EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4EE2 is #43B11D. Grayscale: #7F7F7F. Windows color (decimal): -4436254 or 14831292. OLE color: 14831292.

HSL color Cylindrical-coordinate representation of color #BC4EE2: hue angle of 284.59º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4EE2 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18878226-
CMYK0.170.6500.11
HSL284.59º71.84%59.61%-
HSV(B)284.59º65.49%88.63%-
XYZ37.1921.6374.17-
YUV127.76183.44170.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 78 (30.86% from 255) = 15.85%
BLUE value IS 226 (88.67% from 255) = 45.93%
R=38.21%
G=15.85%
B=45.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal188782260.170.6500.11284.5971.8459.61
HexBC4EE211410B11d483c
Octal2741163422110101343511074
Binary10111100100111011100010100011000001010111000111011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4EE2; }

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

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

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

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

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

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

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

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