#BA71E9

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

Shades of Medium Orchid #BA71E9

Tints of Medium Orchid #BA71E9

Color information

#BA71E9 (or 0xBA71E9) is unknown color: approx Medium Orchid. HEX triplet: BA, 71 and E9. RGB value is (186,113,233). Sum of RGB (Red+Green+Blue) = 186+113+233=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA71E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA71E9 is #458E16. Grayscale: #949494. Windows color (decimal): -4558359 or 15299002. OLE color: 15299002.

HSL color Cylindrical-coordinate representation of color #BA71E9: hue angle of 276.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA71E9 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186113233-
CMYK0.200.5200.09
HSL276.5º73.17%67.84%-
HSV(B)276.5º51.5%91.37%-
XYZ40.8628.1380.37-
YUV148.51175.68154.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 113 (44.53% from 255) = 21.24%
BLUE value IS 233 (91.41% from 255) = 43.80%
R=34.96%
G=21.24%
B=43.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861132330.200.5200.09276.573.1767.84
HexBA71E91434091144944
Octal2721613512464011424111104
Binary10111010111000111101001101001101000100110001010010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA71E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA71E9; }

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

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

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

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

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

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

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

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