#BC59DE

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

Shades of Medium Orchid #BC59DE

Tints of Medium Orchid #BC59DE

Color information

#BC59DE (or 0xBC59DE) is unknown color: approx Medium Orchid. HEX triplet: BC, 59 and DE. RGB value is (188,89,222). Sum of RGB (Red+Green+Blue) = 188+89+222=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC59DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59DE is #43A621. Grayscale: #858585. Windows color (decimal): -4433442 or 14571964. OLE color: 14571964.

HSL color Cylindrical-coordinate representation of color #BC59DE: hue angle of 284.66º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC59DE is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18889222-
CMYK0.150.6000.13
HSL284.66º66.83%60.98%-
HSV(B)284.66º59.91%87.06%-
XYZ37.523.1171.59-
YUV133.76177.8166.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 89 (35.16% from 255) = 17.84%
BLUE value IS 222 (87.11% from 255) = 44.49%
R=37.68%
G=17.84%
B=44.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal188892220.150.6000.13284.6666.8360.98
HexBC59DEF3C0D11d433d
Octal274131336177401543510375
Binary101111001011001110111101111111100011011000111011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC59DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC59DE; }

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

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

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

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

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

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

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

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