#BA6ED5

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

Shades of Medium Orchid #BA6ED5

Tints of Medium Orchid #BA6ED5

Color information

#BA6ED5 (or 0xBA6ED5) is unknown color: approx Medium Orchid. HEX triplet: BA, 6E and D5. RGB value is (186,110,213). Sum of RGB (Red+Green+Blue) = 186+110+213=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA6ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ED5 is #45912A. Grayscale: #909090. Windows color (decimal): -4559147 or 13987514. OLE color: 13987514.

HSL color Cylindrical-coordinate representation of color #BA6ED5: hue angle of 284.27º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6ED5 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186110213-
CMYK0.130.4800.16
HSL284.27º55.08%63.33%-
HSV(B)284.27º48.36%83.53%-
XYZ37.8426.466.05-
YUV144.47166.68157.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 110 (43.36% from 255) = 21.61%
BLUE value IS 213 (83.59% from 255) = 41.85%
R=36.54%
G=21.61%
B=41.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861102130.130.4800.16284.2755.0863.33
HexBA6ED5D3001011c373f
Octal27215632515600204346777
Binary101110101101110110101011101110000010000100011100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6ED5; }

 p { color: rgb(186,110,213); }

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

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

 a { background-color: rgb(186,110,213); }

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

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

 span { border-color: rgb(186,110,213); }

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