#BC57CC

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

Shades of Medium Orchid #BC57CC

Tints of Medium Orchid #BC57CC

Color information

#BC57CC (or 0xBC57CC) is unknown color: approx Medium Orchid. HEX triplet: BC, 57 and CC. RGB value is (188,87,204). Sum of RGB (Red+Green+Blue) = 188+87+204=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC57CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57CC is #43A833. Grayscale: #828282. Windows color (decimal): -4433972 or 13391804. OLE color: 13391804.

HSL color Cylindrical-coordinate representation of color #BC57CC: hue angle of 291.79º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC57CC is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18887204-
CMYK0.080.5700.2
HSL291.79º53.42%57.06%-
HSV(B)291.79º57.35%80%-
XYZ35.0521.8759.5-
YUV130.54169.46168.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 87 (34.38% from 255) = 18.16%
BLUE value IS 204 (80.08% from 255) = 42.59%
R=39.25%
G=18.16%
B=42.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal188872040.080.5700.2291.7953.4257.06
HexBC57CC8390141243539
Octal27412731410710244446571
Binary101111001010111110011001000111001010100100100100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC57CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC57CC; }

 p { color: rgb(188,87,204); }

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

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

 a { background-color: rgb(188,87,204); }

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

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

 span { border-color: rgb(188,87,204); }

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