#bc56cf

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

Shades of Medium Orchid #BC56CF

Tints of Medium Orchid #BC56CF

Color information

#BC56CF (or 0xBC56CF) is unknown color: approx Medium Orchid. HEX triplet: BC, 56 and CF. RGB value is (188,86,207). Sum of RGB (Red+Green+Blue) = 188+86+207=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC56CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56CF is #43A930. Grayscale: #818181. Windows color (decimal): -4434225 or 13588156. OLE color: 13588156.

HSL color Cylindrical-coordinate representation of color #BC56CF: hue angle of 290.58º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC56CF is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18886207-
CMYK0.090.5800.19
HSL290.58º55.76%57.45%-
HSV(B)290.58º58.45%81.18%-
XYZ35.3321.8561.39-
YUV130.29171.29169.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 86 (33.98% from 255) = 17.88%
BLUE value IS 207 (81.25% from 255) = 43.04%
R=39.09%
G=17.88%
B=43.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal188862070.090.5800.19290.5855.7657.45
HexBC56CF93A0131233839
Octal27412631711720234437071
Binary101111001010110110011111001111010010011100100011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc56cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc56cf; }

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

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

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

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

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

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

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

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