#BA79D4

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

Shades of East Side #BA79D4

Tints of East Side #BA79D4

Color information

#BA79D4 (or 0xBA79D4) is unknown color: approx East Side. HEX triplet: BA, 79 and D4. RGB value is (186,121,212). Sum of RGB (Red+Green+Blue) = 186+121+212=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA79D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA79D4 is #45862B. Grayscale: #969696. Windows color (decimal): -4556332 or 13924794. OLE color: 13924794.

HSL color Cylindrical-coordinate representation of color #BA79D4: hue angle of 282.86º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA79D4 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB186121212-
CMYK0.120.4300.17
HSL282.86º51.41%65.29%-
HSV(B)282.86º42.92%83.14%-
XYZ38.9728.8765.81-
YUV150.81162.53153.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 121 (47.66% from 255) = 23.31%
BLUE value IS 212 (83.20% from 255) = 40.85%
R=35.84%
G=23.31%
B=40.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1861212120.120.4300.17282.8651.4165.29
HexBA79D4C2B01111b3341
Octal272171324145302143363101
Binary1011101011110011101010011001010110100011000110111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA79D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA79D4; }

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

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

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

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

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

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

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

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