#BC6AC7

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

Shades of Medium Orchid #BC6AC7

Tints of Medium Orchid #BC6AC7

Color information

#BC6AC7 (or 0xBC6AC7) is unknown color: approx Medium Orchid. HEX triplet: BC, 6A and C7. RGB value is (188,106,199). Sum of RGB (Red+Green+Blue) = 188+106+199=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC6AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6AC7 is #439538. Grayscale: #8C8C8C. Windows color (decimal): -4429113 or 13068988. OLE color: 13068988.

HSL color Cylindrical-coordinate representation of color #BC6AC7: hue angle of 292.9º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6AC7 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188106199-
CMYK0.060.4700.22
HSL292.9º45.37%59.8%-
HSV(B)292.9º46.73%78.04%-
XYZ36.225.1256.97-
YUV141.12160.67161.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 106 (41.80% from 255) = 21.50%
BLUE value IS 199 (78.12% from 255) = 40.37%
R=38.13%
G=21.50%
B=40.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881061990.060.4700.22292.945.3759.8
HexBC6AC762F0161252d3c
Octal2741523076570264455574
Binary10111100110101011000111110101111010110100100101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6AC7; }

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

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

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

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

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

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

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

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