#BC59D1

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

Shades of Medium Orchid #BC59D1

Tints of Medium Orchid #BC59D1

Color information

#BC59D1 (or 0xBC59D1) is unknown color: approx Medium Orchid. HEX triplet: BC, 59 and D1. RGB value is (188,89,209). Sum of RGB (Red+Green+Blue) = 188+89+209=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC59D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59D1 is #43A62E. Grayscale: #838383. Windows color (decimal): -4433455 or 13719996. OLE color: 13719996.

HSL color Cylindrical-coordinate representation of color #BC59D1: hue angle of 289.5º degrees, saturation: 0.57, 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 #BC59D1 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18889209-
CMYK0.100.5700.18
HSL289.5º56.6%58.43%-
HSV(B)289.5º57.42%81.96%-
XYZ35.8222.4462.76-
YUV132.28171.3167.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 89 (35.16% from 255) = 18.31%
BLUE value IS 209 (82.03% from 255) = 43.00%
R=38.68%
G=18.31%
B=43.00%

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
Decimal188892090.100.5700.18289.556.658.43
HexBC59D1A39012122393a
Octal27413132112710224427172
Binary101111001011001110100011010111001010010100100010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC59D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC59D1; }

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

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

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

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

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

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

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

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