#BC56D9

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

Shades of Medium Orchid #BC56D9

Tints of Medium Orchid #BC56D9

Color information

#BC56D9 (or 0xBC56D9) is unknown color: approx Medium Orchid. HEX triplet: BC, 56 and D9. RGB value is (188,86,217). Sum of RGB (Red+Green+Blue) = 188+86+217=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC56D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56D9 is #43A926. Grayscale: #838383. Windows color (decimal): -4434215 or 14243516. OLE color: 14243516.

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

Color convert

RGB18886217-
CMYK0.130.6000.15
HSL286.72º63.29%59.41%-
HSV(B)286.72º60.37%85.1%-
XYZ36.5922.3668.03-
YUV131.43176.29168.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 86 (33.98% from 255) = 17.52%
BLUE value IS 217 (85.16% from 255) = 44.20%
R=38.29%
G=17.52%
B=44.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188862170.130.6000.15286.7263.2959.41
HexBC56D9D3C0F11f3f3b
Octal27412633115740174377773
Binary10111100101011011011001110111110001111100011111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC56D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC56D9; }

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

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

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

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

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

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

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

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