#BC56FA

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

Shades of Medium Orchid #BC56FA

Tints of Medium Orchid #BC56FA

Color information

#BC56FA (or 0xBC56FA) is unknown color: approx Medium Orchid. HEX triplet: BC, 56 and FA. RGB value is (188,86,250). Sum of RGB (Red+Green+Blue) = 188+86+250=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 86 (33.98% from 255 or 16.41% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC56FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC56FA is #43A905. Grayscale: #868686. Windows color (decimal): -4434182 or 16406204. OLE color: 16406204.

HSL color Cylindrical-coordinate representation of color #BC56FA: hue angle of 277.32º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC56FA is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18886250-
CMYK0.250.6600.02
HSL277.32º94.25%65.88%-
HSV(B)277.32º65.6%98.04%-
XYZ41.3224.2592.95-
YUV135.19192.79165.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 86 (33.98% from 255) = 16.41%
BLUE value IS 250 (98.05% from 255) = 47.71%
R=35.88%
G=16.41%
B=47.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal188862500.250.6600.02277.3294.2565.88
HexBC56FA1942021155e42
Octal2741263723110202425136102
Binary1011110010101101111101011001100001001010001010110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC56FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC56FA; }

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

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

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

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

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

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

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

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