#BC6ACC

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

Shades of Medium Orchid #BC6ACC

Tints of Medium Orchid #BC6ACC

Color information

#BC6ACC (or 0xBC6ACC) is unknown color: approx Medium Orchid. HEX triplet: BC, 6A and CC. RGB value is (188,106,204). Sum of RGB (Red+Green+Blue) = 188+106+204=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC6ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ACC is #439533. Grayscale: #8D8D8D. Windows color (decimal): -4429108 or 13396668. OLE color: 13396668.

HSL color Cylindrical-coordinate representation of color #BC6ACC: hue angle of 290.2º degrees, saturation: 0.49, 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 #BC6ACC is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB188106204-
CMYK0.080.4800.2
HSL290.2º49%60.78%-
HSV(B)290.2º48.04%80%-
XYZ36.7925.3660.08-
YUV141.69163.17161.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 106 (41.80% from 255) = 21.29%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=37.75%
G=21.29%
B=40.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881062040.080.4800.2290.24960.78
HexBC6ACC830014122313d
Octal27415231410600244426175
Binary101111001101010110011001000110000010100100100010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6ACC; }

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

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

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

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

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

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

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

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