#BC56CD

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

Shades of Medium Orchid #BC56CD

Tints of Medium Orchid #BC56CD

Color information

#BC56CD (or 0xBC56CD) is unknown color: approx Medium Orchid. HEX triplet: BC, 56 and CD. RGB value is (188,86,205). Sum of RGB (Red+Green+Blue) = 188+86+205=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC56CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56CD is #43A932. Grayscale: #818181. Windows color (decimal): -4434227 or 13457084. OLE color: 13457084.

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

Color convert

RGB18886205-
CMYK0.080.5800.20
HSL291.43º54.34%57.06%-
HSV(B)291.43º58.05%80.39%-
XYZ35.0921.7560.11-
YUV130.06170.29169.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 86 (33.98% from 255) = 17.95%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=39.25%
G=17.95%
B=42.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188862050.080.5800.20291.4354.3457.06
HexBC56CD83A0141233639
Octal27412631510720244436671
Binary101111001010110110011011000111010010100100100011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC56CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC56CD; }

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

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

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

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

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

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

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

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