#BA76EB

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

Shades of Medium Orchid #BA76EB

Tints of Medium Orchid #BA76EB

Color information

#BA76EB (or 0xBA76EB) is unknown color: approx Medium Orchid. HEX triplet: BA, 76 and EB. RGB value is (186,118,235). Sum of RGB (Red+Green+Blue) = 186+118+235=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA76EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76EB is #458914. Grayscale: #979797. Windows color (decimal): -4557077 or 15431354. OLE color: 15431354.

HSL color Cylindrical-coordinate representation of color #BA76EB: hue angle of 274.87º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA76EB is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186118235-
CMYK0.210.5000.08
HSL274.87º74.52%69.22%-
HSV(B)274.87º49.79%92.16%-
XYZ41.7229.3982.07-
YUV151.67175.03152.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 118 (46.48% from 255) = 21.89%
BLUE value IS 235 (92.19% from 255) = 43.60%
R=34.51%
G=21.89%
B=43.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861182350.210.5000.08274.8774.5269.22
HexBA76EB1532081134b45
Octal2721663532562010423113105
Binary10111010111011011101011101011100100100010001001110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA76EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA76EB; }

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

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

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

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

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

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

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

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