#BA76E7

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

Shades of Medium Orchid #BA76E7

Tints of Medium Orchid #BA76E7

Color information

#BA76E7 (or 0xBA76E7) is unknown color: approx Medium Orchid. HEX triplet: BA, 76 and E7. RGB value is (186,118,231). Sum of RGB (Red+Green+Blue) = 186+118+231=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA76E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76E7 is #458918. Grayscale: #969696. Windows color (decimal): -4557081 or 15169210. OLE color: 15169210.

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

Color convert

RGB186118231-
CMYK0.190.4900.09
HSL276.11º70.19%68.43%-
HSV(B)276.11º48.92%90.59%-
XYZ41.1529.1779.06-
YUV151.21173.03152.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 118 (46.48% from 255) = 22.06%
BLUE value IS 231 (90.62% from 255) = 43.18%
R=34.77%
G=22.06%
B=43.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861182310.190.4900.09276.1170.1968.43
HexBA76E71331091144644
Octal2721663472361011424106104
Binary10111010111011011100111100111100010100110001010010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA76E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA76E7; }

 p { color: rgb(186,118,231); }

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

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

 a { background-color: rgb(186,118,231); }

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

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

 span { border-color: rgb(186,118,231); }

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