#BA6AEC

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

Shades of Medium Orchid #BA6AEC

Tints of Medium Orchid #BA6AEC

Color information

#BA6AEC (or 0xBA6AEC) is unknown color: approx Medium Orchid. HEX triplet: BA, 6A and EC. RGB value is (186,106,236). Sum of RGB (Red+Green+Blue) = 186+106+236=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA6AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6AEC is #459513. Grayscale: #909090. Windows color (decimal): -4560148 or 15493818. OLE color: 15493818.

HSL color Cylindrical-coordinate representation of color #BA6AEC: hue angle of 276.92º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA6AEC is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186106236-
CMYK0.210.5500.07
HSL276.92º77.38%67.06%-
HSV(B)276.92º55.08%92.55%-
XYZ40.5426.882.39-
YUV144.74179.5157.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 106 (41.80% from 255) = 20.08%
BLUE value IS 236 (92.58% from 255) = 44.70%
R=35.23%
G=20.08%
B=44.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861062360.210.5500.07276.9277.3867.06
HexBA6AEC1537071154d43
Octal272152354256707425115103
Binary1011101011010101110110010101110111011110001010110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6AEC; }

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

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

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

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

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

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

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

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