#BC4ED1

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

Shades of Medium Orchid #BC4ED1

Tints of Medium Orchid #BC4ED1

Color information

#BC4ED1 (or 0xBC4ED1) is unknown color: approx Medium Orchid. HEX triplet: BC, 4E and D1. RGB value is (188,78,209). Sum of RGB (Red+Green+Blue) = 188+78+209=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC4ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4ED1 is #43B12E. Grayscale: #7D7D7D. Windows color (decimal): -4436271 or 13717180. OLE color: 13717180.

HSL color Cylindrical-coordinate representation of color #BC4ED1: hue angle of 290.38º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4ED1 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18878209-
CMYK0.100.6300.18
HSL290.38º58.74%56.27%-
HSV(B)290.38º62.68%81.96%-
XYZ34.9720.7462.48-
YUV125.82174.94172.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 78 (30.86% from 255) = 16.42%
BLUE value IS 209 (82.03% from 255) = 44%
R=39.58%
G=16.42%
B=44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188782090.100.6300.18290.3858.7456.27
HexBC4ED1A3F0121223b38
Octal27411632112770224427370
Binary101111001001110110100011010111111010010100100010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4ED1; }

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

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

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

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

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

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

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

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