#BA6DCA

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

Shades of Medium Orchid #BA6DCA

Tints of Medium Orchid #BA6DCA

Color information

#BA6DCA (or 0xBA6DCA) is unknown color: approx Medium Orchid. HEX triplet: BA, 6D and CA. RGB value is (186,109,202). Sum of RGB (Red+Green+Blue) = 186+109+202=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA6DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DCA is #459235. Grayscale: #8E8E8E. Windows color (decimal): -4559414 or 13266362. OLE color: 13266362.

HSL color Cylindrical-coordinate representation of color #BA6DCA: hue angle of 289.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6DCA is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186109202-
CMYK0.080.4600.21
HSL289.68º46.73%60.98%-
HSV(B)289.68º46.04%79.22%-
XYZ36.3825.6458.91-
YUV142.62161.51158.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 109 (42.97% from 255) = 21.93%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=37.42%
G=21.93%
B=40.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861092020.080.4600.21289.6846.7360.98
HexBA6DCA82E0151222f3d
Octal27215531210560254425775
Binary101110101101101110010101000101110010101100100010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6DCA; }

 p { color: rgb(186,109,202); }

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

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

 a { background-color: rgb(186,109,202); }

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

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

 span { border-color: rgb(186,109,202); }

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