#BC56CA

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

Shades of Medium Orchid #BC56CA

Tints of Medium Orchid #BC56CA

Color information

#BC56CA (or 0xBC56CA) is unknown color: approx Medium Orchid. HEX triplet: BC, 56 and CA. RGB value is (188,86,202). Sum of RGB (Red+Green+Blue) = 188+86+202=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC56CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56CA is #43A935. Grayscale: #818181. Windows color (decimal): -4434230 or 13260476. OLE color: 13260476.

HSL color Cylindrical-coordinate representation of color #BC56CA: hue angle of 292.76º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC56CA is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18886202-
CMYK0.070.5700.21
HSL292.76º52.25%56.47%-
HSV(B)292.76º57.43%79.22%-
XYZ34.7321.6158.22-
YUV129.72168.79169.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.50%
GREEN value IS 86 (33.98% from 255) = 18.07%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=39.50%
G=18.07%
B=42.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188862020.070.5700.21292.7652.2556.47
HexBC56CA7390151253438
Octal2741263127710254456470
Binary10111100101011011001010111111001010101100100101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC56CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC56CA; }

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

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

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

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

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

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

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

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