#BA4EDE

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

Shades of Medium Orchid #BA4EDE

Tints of Medium Orchid #BA4EDE

Color information

#BA4EDE (or 0xBA4EDE) is unknown color: approx Medium Orchid. HEX triplet: BA, 4E and DE. RGB value is (186,78,222). Sum of RGB (Red+Green+Blue) = 186+78+222=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA4EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EDE is #45B121. Grayscale: #7E7E7E. Windows color (decimal): -4567330 or 14569146. OLE color: 14569146.

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

Color convert

RGB18678222-
CMYK0.160.6500.13
HSL285º68.57%58.82%-
HSV(B)285º64.86%87.06%-
XYZ36.1621.1671.29-
YUV126.71181.78170.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 78 (30.86% from 255) = 16.05%
BLUE value IS 222 (87.11% from 255) = 45.68%
R=38.27%
G=16.05%
B=45.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal186782220.160.6500.1328568.5758.82
HexBA4EDE10410D11d453b
Octal2721163362010101543510573
Binary10111010100111011011110100001000001011011000111011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4EDE; }

 p { color: rgb(186,78,222); }

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

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

 a { background-color: rgb(186,78,222); }

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

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

 span { border-color: rgb(186,78,222); }

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