#BA71EC

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

Shades of Medium Orchid #BA71EC

Tints of Medium Orchid #BA71EC

Color information

#BA71EC (or 0xBA71EC) is unknown color: approx Medium Orchid. HEX triplet: BA, 71 and EC. RGB value is (186,113,236). Sum of RGB (Red+Green+Blue) = 186+113+236=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA71EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA71EC is #458E13. Grayscale: #949494. Windows color (decimal): -4558356 or 15495610. OLE color: 15495610.

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

Color convert

RGB186113236-
CMYK0.210.5200.07
HSL275.61º76.4%68.43%-
HSV(B)275.61º52.12%92.55%-
XYZ41.328.3182.64-
YUV148.85177.18154.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 113 (44.53% from 255) = 21.12%
BLUE value IS 236 (92.58% from 255) = 44.11%
R=34.77%
G=21.12%
B=44.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861132360.210.5200.07275.6176.468.43
HexBA71EC1534071144c44
Octal272161354256407424114104
Binary1011101011100011110110010101110100011110001010010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA71EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA71EC; }

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

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

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

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

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

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

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

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