#BC6ACA

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

Shades of Medium Orchid #BC6ACA

Tints of Medium Orchid #BC6ACA

Color information

#BC6ACA (or 0xBC6ACA) is unknown color: approx Medium Orchid. HEX triplet: BC, 6A and CA. RGB value is (188,106,202). Sum of RGB (Red+Green+Blue) = 188+106+202=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC6ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ACA is #439535. Grayscale: #8D8D8D. Windows color (decimal): -4429110 or 13265596. OLE color: 13265596.

HSL color Cylindrical-coordinate representation of color #BC6ACA: hue angle of 291.25º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6ACA is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188106202-
CMYK0.070.4800.21
HSL291.25º47.52%60.39%-
HSV(B)291.25º47.52%79.22%-
XYZ36.5525.2658.83-
YUV141.46162.17161.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 106 (41.80% from 255) = 21.37%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=37.90%
G=21.37%
B=40.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881062020.070.4800.21291.2547.5260.39
HexBC6ACA730015123303c
Octal2741523127600254436074
Binary10111100110101011001010111110000010101100100011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6ACA; }

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

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

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

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

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

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

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

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