#BA79C4

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

Shades of East Side #BA79C4

Tints of East Side #BA79C4

Color information

#BA79C4 (or 0xBA79C4) is unknown color: approx East Side. HEX triplet: BA, 79 and C4. RGB value is (186,121,196). Sum of RGB (Red+Green+Blue) = 186+121+196=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA79C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA79C4 is #45863B. Grayscale: #949494. Windows color (decimal): -4556348 or 12876218. OLE color: 12876218.

HSL color Cylindrical-coordinate representation of color #BA79C4: hue angle of 292º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA79C4 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB186121196-
CMYK0.050.3800.23
HSL292º38.86%62.16%-
HSV(B)292º38.27%76.86%-
XYZ37.0528.155.7-
YUV148.98154.53154.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 121 (47.66% from 255) = 24.06%
BLUE value IS 196 (76.95% from 255) = 38.97%
R=36.98%
G=24.06%
B=38.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861211960.050.3800.2329238.8662.16
HexBA79C4526017124273e
Octal2721713045460274444776
Binary10111010111100111000100101100110010111100100100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA79C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA79C4; }

 p { color: rgb(186,121,196); }

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

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

 a { background-color: rgb(186,121,196); }

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

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

 span { border-color: rgb(186,121,196); }

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