#BA71DE

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

Shades of Medium Orchid #BA71DE

Tints of Medium Orchid #BA71DE

Color information

#BA71DE (or 0xBA71DE) is unknown color: approx Medium Orchid. HEX triplet: BA, 71 and DE. RGB value is (186,113,222). Sum of RGB (Red+Green+Blue) = 186+113+222=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA71DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71DE is #458E21. Grayscale: #929292. Windows color (decimal): -4558370 or 14578106. OLE color: 14578106.

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

Color convert

RGB186113222-
CMYK0.160.4900.13
HSL280.18º62.29%65.69%-
HSV(B)280.18º49.1%87.06%-
XYZ39.3427.5272.35-
YUV147.25170.18155.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 113 (44.53% from 255) = 21.69%
BLUE value IS 222 (87.11% from 255) = 42.61%
R=35.70%
G=21.69%
B=42.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861132220.160.4900.13280.1862.2965.69
HexBA71DE10310D1183e42
Octal272161336206101543076102
Binary1011101011100011101111010000110001011011000110001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA71DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA71DE; }

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

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

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

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

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

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

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

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