#BC5ED9

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

Shades of Medium Orchid #BC5ED9

Tints of Medium Orchid #BC5ED9

Color information

#BC5ED9 (or 0xBC5ED9) is unknown color: approx Medium Orchid. HEX triplet: BC, 5E and D9. RGB value is (188,94,217). Sum of RGB (Red+Green+Blue) = 188+94+217=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC5ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ED9 is #43A126. Grayscale: #878787. Windows color (decimal): -4432167 or 14245564. OLE color: 14245564.

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

Color convert

RGB18894217-
CMYK0.130.5700.15
HSL285.85º61.81%60.98%-
HSV(B)285.85º56.68%85.1%-
XYZ37.2723.7168.26-
YUV136.13173.64165-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 94 (37.11% from 255) = 18.84%
BLUE value IS 217 (85.16% from 255) = 43.49%
R=37.68%
G=18.84%
B=43.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188942170.130.5700.15285.8561.8160.98
HexBC5ED9D390F11e3e3d
Octal27413633115710174367675
Binary10111100101111011011001110111100101111100011110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5ED9; }

 p { color: rgb(188,94,217); }

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

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

 a { background-color: rgb(188,94,217); }

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

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

 span { border-color: rgb(188,94,217); }

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