#BA6EDD

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

Shades of Medium Orchid #BA6EDD

Tints of Medium Orchid #BA6EDD

Color information

#BA6EDD (or 0xBA6EDD) is unknown color: approx Medium Orchid. HEX triplet: BA, 6E and DD. RGB value is (186,110,221). Sum of RGB (Red+Green+Blue) = 186+110+221=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA6EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EDD is #459122. Grayscale: #919191. Windows color (decimal): -4559139 or 14511802. OLE color: 14511802.

HSL color Cylindrical-coordinate representation of color #BA6EDD: hue angle of 281.08º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA6EDD is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186110221-
CMYK0.160.5000.13
HSL281.08º62.01%64.9%-
HSV(B)281.08º50.23%86.67%-
XYZ38.8826.8171.53-
YUV145.38170.68156.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 110 (43.36% from 255) = 21.28%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=35.98%
G=21.28%
B=42.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861102210.160.5000.13281.0862.0164.9
HexBA6EDD10320D1193e41
Octal272156335206201543176101
Binary1011101011011101101110110000110010011011000110011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6EDD; }

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

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

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

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

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

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

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

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