#BC59D0

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

Shades of Medium Orchid #BC59D0

Tints of Medium Orchid #BC59D0

Color information

#BC59D0 (or 0xBC59D0) is unknown color: approx Medium Orchid. HEX triplet: BC, 59 and D0. RGB value is (188,89,208). Sum of RGB (Red+Green+Blue) = 188+89+208=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC59D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59D0 is #43A62F. Grayscale: #838383. Windows color (decimal): -4433456 or 13654460. OLE color: 13654460.

HSL color Cylindrical-coordinate representation of color #BC59D0: hue angle of 289.92º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC59D0 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18889208-
CMYK0.100.5700.18
HSL289.92º55.87%58.24%-
HSV(B)289.92º57.21%81.57%-
XYZ35.722.3962.11-
YUV132.17170.8167.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 89 (35.16% from 255) = 18.35%
BLUE value IS 208 (81.64% from 255) = 42.89%
R=38.76%
G=18.35%
B=42.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188892080.100.5700.18289.9255.8758.24
HexBC59D0A39012122383a
Octal27413132012710224427072
Binary101111001011001110100001010111001010010100100010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC59D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC59D0; }

 p { color: rgb(188,89,208); }

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

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

 a { background-color: rgb(188,89,208); }

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

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

 span { border-color: rgb(188,89,208); }

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