#BA72E9

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

Shades of Medium Orchid #BA72E9

Tints of Medium Orchid #BA72E9

Color information

#BA72E9 (or 0xBA72E9) is unknown color: approx Medium Orchid. HEX triplet: BA, 72 and E9. RGB value is (186,114,233). Sum of RGB (Red+Green+Blue) = 186+114+233=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA72E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA72E9 is #458D16. Grayscale: #949494. Windows color (decimal): -4558103 or 15299258. OLE color: 15299258.

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

Color convert

RGB186114233-
CMYK0.200.5100.09
HSL276.3º73.01%68.04%-
HSV(B)276.3º51.07%91.37%-
XYZ40.9728.3680.4-
YUV149.09175.35154.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 114 (44.92% from 255) = 21.39%
BLUE value IS 233 (91.41% from 255) = 43.71%
R=34.90%
G=21.39%
B=43.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861142330.200.5100.09276.373.0168.04
HexBA72E91433091144944
Octal2721623512463011424111104
Binary10111010111001011101001101001100110100110001010010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA72E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA72E9; }

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

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

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

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

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

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

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

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