#BC57D3

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

Shades of Medium Orchid #BC57D3

Tints of Medium Orchid #BC57D3

Color information

#BC57D3 (or 0xBC57D3) is unknown color: approx Medium Orchid. HEX triplet: BC, 57 and D3. RGB value is (188,87,211). Sum of RGB (Red+Green+Blue) = 188+87+211=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC57D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57D3 is #43A82C. Grayscale: #828282. Windows color (decimal): -4433965 or 13850556. OLE color: 13850556.

HSL color Cylindrical-coordinate representation of color #BC57D3: hue angle of 288.87º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC57D3 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18887211-
CMYK0.110.5900.17
HSL288.87º58.49%58.43%-
HSV(B)288.87º58.77%82.75%-
XYZ35.9122.2164.02-
YUV131.33172.96168.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 87 (34.38% from 255) = 17.90%
BLUE value IS 211 (82.81% from 255) = 43.42%
R=38.68%
G=17.90%
B=43.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal188872110.110.5900.17288.8758.4958.43
HexBC57D3B3B0111213a3a
Octal27412732313730214417272
Binary101111001010111110100111011111011010001100100001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC57D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC57D3; }

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

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

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

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

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

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

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

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