#BA77E1

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

Shades of Medium Orchid #BA77E1

Tints of Medium Orchid #BA77E1

Color information

#BA77E1 (or 0xBA77E1) is unknown color: approx Medium Orchid. HEX triplet: BA, 77 and E1. RGB value is (186,119,225). Sum of RGB (Red+Green+Blue) = 186+119+225=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA77E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77E1 is #45881E. Grayscale: #969696. Windows color (decimal): -4556831 or 14776250. OLE color: 14776250.

HSL color Cylindrical-coordinate representation of color #BA77E1: hue angle of 277.92º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA77E1 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186119225-
CMYK0.170.4700.12
HSL277.92º63.86%67.45%-
HSV(B)277.92º47.11%88.24%-
XYZ40.4429.0774.71-
YUV151.12169.7152.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 119 (46.88% from 255) = 22.45%
BLUE value IS 225 (88.28% from 255) = 42.45%
R=35.09%
G=22.45%
B=42.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1861192250.170.4700.12277.9263.8667.45
HexBA77E1112F0C1164043
Octal2721673412157014426100103
Binary10111010111011111100001100011011110110010001011010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA77E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA77E1; }

 p { color: rgb(186,119,225); }

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

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

 a { background-color: rgb(186,119,225); }

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

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

 span { border-color: rgb(186,119,225); }

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