#BA6EDF

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

Shades of Medium Orchid #BA6EDF

Tints of Medium Orchid #BA6EDF

Color information

#BA6EDF (or 0xBA6EDF) is unknown color: approx Medium Orchid. HEX triplet: BA, 6E and DF. RGB value is (186,110,223). Sum of RGB (Red+Green+Blue) = 186+110+223=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA6EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EDF is #459120. Grayscale: #919191. Windows color (decimal): -4559137 or 14642874. OLE color: 14642874.

HSL color Cylindrical-coordinate representation of color #BA6EDF: hue angle of 280.35º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA6EDF is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186110223-
CMYK0.170.5100.13
HSL280.35º63.84%65.29%-
HSV(B)280.35º50.67%87.45%-
XYZ39.1426.9272.94-
YUV145.61171.68156.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 110 (43.36% from 255) = 21.19%
BLUE value IS 223 (87.5% from 255) = 42.97%
R=35.84%
G=21.19%
B=42.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861102230.170.5100.13280.3563.8465.29
HexBA6EDF11330D1184041
Octal2721563372163015430100101
Binary10111010110111011011111100011100110110110001100010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6EDF; }

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

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

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

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

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

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

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

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