#BA6AC6

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

Shades of Medium Orchid #BA6AC6

Tints of Medium Orchid #BA6AC6

Color information

#BA6AC6 (or 0xBA6AC6) is unknown color: approx Medium Orchid. HEX triplet: BA, 6A and C6. RGB value is (186,106,198). Sum of RGB (Red+Green+Blue) = 186+106+198=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA6AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6AC6 is #459539. Grayscale: #8C8C8C. Windows color (decimal): -4560186 or 13003450. OLE color: 13003450.

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

Color convert

RGB186106198-
CMYK0.060.4600.22
HSL292.17º44.66%59.61%-
HSV(B)292.17º46.46%77.65%-
XYZ35.624.8256.34-
YUV140.41160.5160.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 106 (41.80% from 255) = 21.63%
BLUE value IS 198 (77.73% from 255) = 40.41%
R=37.96%
G=21.63%
B=40.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861061980.060.4600.22292.1744.6659.61
HexBA6AC662E0161242d3c
Octal2721523066560264445574
Binary10111010110101011000110110101110010110100100100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6AC6; }

 p { color: rgb(186,106,198); }

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

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

 a { background-color: rgb(186,106,198); }

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

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

 span { border-color: rgb(186,106,198); }

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