#BC59CD

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

Shades of Medium Orchid #BC59CD

Tints of Medium Orchid #BC59CD

Color information

#BC59CD (or 0xBC59CD) is unknown color: approx Medium Orchid. HEX triplet: BC, 59 and CD. RGB value is (188,89,205). Sum of RGB (Red+Green+Blue) = 188+89+205=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC59CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59CD is #43A632. Grayscale: #838383. Windows color (decimal): -4433459 or 13457852. OLE color: 13457852.

HSL color Cylindrical-coordinate representation of color #BC59CD: hue angle of 291.21º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC59CD is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18889205-
CMYK0.080.5700.20
HSL291.21º53.7%57.65%-
HSV(B)291.21º56.59%80.39%-
XYZ35.3322.2460.19-
YUV131.82169.3168.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 89 (35.16% from 255) = 18.46%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=39.00%
G=18.46%
B=42.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188892050.080.5700.20291.2153.757.65
HexBC59CD839014123363a
Octal27413131510710244436672
Binary101111001011001110011011000111001010100100100011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC59CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC59CD; }

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

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

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

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

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

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

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

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