#BA6ACA

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

Shades of Medium Orchid #BA6ACA

Tints of Medium Orchid #BA6ACA

Color information

#BA6ACA (or 0xBA6ACA) is unknown color: approx Medium Orchid. HEX triplet: BA, 6A and CA. RGB value is (186,106,202). Sum of RGB (Red+Green+Blue) = 186+106+202=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA6ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ACA is #459535. Grayscale: #8C8C8C. Windows color (decimal): -4560182 or 13265594. OLE color: 13265594.

HSL color Cylindrical-coordinate representation of color #BA6ACA: hue angle of 290º 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 #BA6ACA is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186106202-
CMYK0.080.4800.21
HSL290º47.52%60.39%-
HSV(B)290º47.52%79.22%-
XYZ36.0625.0158.8-
YUV140.86162.5160.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 106 (41.80% from 255) = 21.46%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=37.65%
G=21.46%
B=40.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861062020.080.4800.2129047.5260.39
HexBA6ACA830015122303c
Octal27215231210600254426074
Binary101110101101010110010101000110000010101100100010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6ACA; }

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

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

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

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

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

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

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

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