#bc57f6

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

Shades of Medium Orchid #BC57F6

Tints of Medium Orchid #BC57F6

Color information

#BC57F6 (or 0xBC57F6) is unknown color: approx Medium Orchid. HEX triplet: BC, 57 and F6. RGB value is (188,87,246). Sum of RGB (Red+Green+Blue) = 188+87+246=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 87 (34.38% from 255 or 16.70% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC57F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC57F6 is #43A809. Grayscale: #868686. Windows color (decimal): -4433930 or 16144316. OLE color: 16144316.

HSL color Cylindrical-coordinate representation of color #BC57F6: hue angle of 278.11º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC57F6 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18887246-
CMYK0.240.6500.04
HSL278.11º89.83%65.29%-
HSV(B)278.11º64.63%96.47%-
XYZ40.7824.1689.7-
YUV135.32190.46165.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 87 (34.38% from 255) = 16.70%
BLUE value IS 246 (96.48% from 255) = 47.22%
R=36.08%
G=16.70%
B=47.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal188872460.240.6500.04278.1189.8365.29
HexBC57F61841041165a41
Octal2741273663010104426132101
Binary10111100101011111110110110001000001010010001011010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc57f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc57f6; }

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

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

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

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

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

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

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

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