#BC4ED8

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

Shades of Medium Orchid #BC4ED8

Tints of Medium Orchid #BC4ED8

Color information

#BC4ED8 (or 0xBC4ED8) is unknown color: approx Medium Orchid. HEX triplet: BC, 4E and D8. RGB value is (188,78,216). Sum of RGB (Red+Green+Blue) = 188+78+216=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC4ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4ED8 is #43B127. Grayscale: #7E7E7E. Windows color (decimal): -4436264 or 14175932. OLE color: 14175932.

HSL color Cylindrical-coordinate representation of color #BC4ED8: hue angle of 287.83º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4ED8 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18878216-
CMYK0.130.6400.15
HSL287.83º63.89%57.65%-
HSV(B)287.83º63.89%84.71%-
XYZ35.8621.167.15-
YUV126.62178.44171.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 78 (30.86% from 255) = 16.18%
BLUE value IS 216 (84.77% from 255) = 44.81%
R=39.00%
G=16.18%
B=44.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188782160.130.6400.15287.8363.8957.65
HexBC4ED8D400F120403a
Octal2741163301510001744010072
Binary1011110010011101101100011011000000011111001000001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4ED8; }

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

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

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

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

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

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

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

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