#BC56C9

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

Shades of Medium Orchid #BC56C9

Tints of Medium Orchid #BC56C9

Color information

#BC56C9 (or 0xBC56C9) is unknown color: approx Medium Orchid. HEX triplet: BC, 56 and C9. RGB value is (188,86,201). Sum of RGB (Red+Green+Blue) = 188+86+201=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC56C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56C9 is #43A936. Grayscale: #818181. Windows color (decimal): -4434231 or 13194940. OLE color: 13194940.

HSL color Cylindrical-coordinate representation of color #BC56C9: hue angle of 293.22º 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 #BC56C9 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18886201-
CMYK0.060.5700.21
HSL293.22º51.57%56.27%-
HSV(B)293.22º57.21%78.82%-
XYZ34.6121.5657.6-
YUV129.61168.29169.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 86 (33.98% from 255) = 18.11%
BLUE value IS 201 (78.91% from 255) = 42.32%
R=39.58%
G=18.11%
B=42.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188862010.060.5700.21293.2251.5756.27
HexBC56C96390151253438
Octal2741263116710254456470
Binary10111100101011011001001110111001010101100100101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC56C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC56C9; }

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

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

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

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

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

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

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

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