#BA7EBE

Color #BA7EBE East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #BA7EBE

Tints of East Side #BA7EBE

Color information

#BA7EBE (or 0xBA7EBE) is unknown color: approx East Side. HEX triplet: BA, 7E and BE. RGB value is (186,126,190). Sum of RGB (Red+Green+Blue) = 186+126+190=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA7EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7EBE is #458141. Grayscale: #979797. Windows color (decimal): -4555074 or 12484282. OLE color: 12484282.

HSL color Cylindrical-coordinate representation of color #BA7EBE: hue angle of 296.25º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7EBE is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186126190-
CMYK0.020.3400.25
HSL296.25º32.99%61.96%-
HSV(B)296.25º33.68%74.51%-
XYZ3729.0852.38-
YUV151.24149.88152.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.05%
GREEN value IS 126 (49.61% from 255) = 25.10%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=37.05%
G=25.10%
B=37.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861261900.020.3400.25296.2532.9961.96
HexBA7EBE222019128213e
Octal2721762762420314504176
Binary1011101011111101011111010100010011001100101000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7EBE; }

 p { color: rgb(186,126,190); }

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

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

 a { background-color: rgb(186,126,190); }

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

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

 span { border-color: rgb(186,126,190); }

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