#BC6ACD

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

Shades of Medium Orchid #BC6ACD

Tints of Medium Orchid #BC6ACD

Color information

#BC6ACD (or 0xBC6ACD) is unknown color: approx Medium Orchid. HEX triplet: BC, 6A and CD. RGB value is (188,106,205). Sum of RGB (Red+Green+Blue) = 188+106+205=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC6ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ACD is #439532. Grayscale: #8D8D8D. Windows color (decimal): -4429107 or 13462204. OLE color: 13462204.

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

Color convert

RGB188106205-
CMYK0.080.4800.20
HSL289.7º49.75%60.98%-
HSV(B)289.7º48.29%80.39%-
XYZ36.9125.4160.72-
YUV141.8163.67160.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 106 (41.80% from 255) = 21.24%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=37.68%
G=21.24%
B=41.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881062050.080.4800.20289.749.7560.98
HexBC6ACD830014122323d
Octal27415231510600244426275
Binary101111001101010110011011000110000010100100100010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6ACD; }

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

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

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

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

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

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

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

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