#bc56ff

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

Shades of Medium Orchid #BC56FF

Tints of Medium Orchid #BC56FF

Color information

#BC56FF (or 0xBC56FF) is unknown color: approx Medium Orchid. HEX triplet: BC, 56 and FF. RGB value is (188,86,255). Sum of RGB (Red+Green+Blue) = 188+86+255=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 86 (33.98% from 255 or 16.26% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC56FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC56FF is #43A900. Grayscale: #878787. Windows color (decimal): -4434177 or 16733884. OLE color: 16733884.

HSL color Cylindrical-coordinate representation of color #BC56FF: hue angle of 276.21º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC56FF is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18886255-
CMYK0.260.6600
HSL276.21º100%66.86%-
HSV(B)276.21º66.27%100%-
XYZ42.1224.5797.13-
YUV135.76195.29165.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 86 (33.98% from 255) = 16.26%
BLUE value IS 255 (100% from 255) = 48.20%
R=35.54%
G=16.26%
B=48.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal188862550.260.6600276.2110066.86
HexBC56FF1A42001146443
Octal2741263773210200424144103
Binary101111001010110111111111101010000100010001010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc56ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc56ff; }

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

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

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

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

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

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

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

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