#BC57CF

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

Shades of Medium Orchid #BC57CF

Tints of Medium Orchid #BC57CF

Color information

#BC57CF (or 0xBC57CF) is unknown color: approx Medium Orchid. HEX triplet: BC, 57 and CF. RGB value is (188,87,207). Sum of RGB (Red+Green+Blue) = 188+87+207=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC57CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57CF is #43A830. Grayscale: #828282. Windows color (decimal): -4433969 or 13588412. OLE color: 13588412.

HSL color Cylindrical-coordinate representation of color #BC57CF: hue angle of 290.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC57CF is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18887207-
CMYK0.090.5800.19
HSL290.5º55.56%57.65%-
HSV(B)290.5º57.97%81.18%-
XYZ35.4122.0161.41-
YUV130.88170.96168.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 87 (34.38% from 255) = 18.05%
BLUE value IS 207 (81.25% from 255) = 42.95%
R=39.00%
G=18.05%
B=42.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal188872070.090.5800.19290.555.5657.65
HexBC57CF93A013122383a
Octal27412731711720234427072
Binary101111001010111110011111001111010010011100100010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC57CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC57CF; }

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

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

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

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

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

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

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

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