#BA79D3

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

Shades of East Side #BA79D3

Tints of East Side #BA79D3

Color information

#BA79D3 (or 0xBA79D3) is unknown color: approx East Side. HEX triplet: BA, 79 and D3. RGB value is (186,121,211). Sum of RGB (Red+Green+Blue) = 186+121+211=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA79D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA79D3 is #45862C. Grayscale: #969696. Windows color (decimal): -4556333 or 13859258. OLE color: 13859258.

HSL color Cylindrical-coordinate representation of color #BA79D3: hue angle of 283.33º 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 #BA79D3 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB186121211-
CMYK0.120.4300.17
HSL283.33º50.56%65.1%-
HSV(B)283.33º42.65%82.75%-
XYZ38.8428.8265.14-
YUV150.7162.03153.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 121 (47.66% from 255) = 23.36%
BLUE value IS 211 (82.81% from 255) = 40.73%
R=35.91%
G=23.36%
B=40.73%

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
Decimal1861212110.120.4300.17283.3350.5665.1
HexBA79D3C2B01111b3341
Octal272171323145302143363101
Binary1011101011110011101001111001010110100011000110111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA79D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA79D3; }

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

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

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

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

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

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

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

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