#BA76C9

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

Shades of East Side #BA76C9

Tints of East Side #BA76C9

Color information

#BA76C9 (or 0xBA76C9) is unknown color: approx East Side. HEX triplet: BA, 76 and C9. RGB value is (186,118,201). Sum of RGB (Red+Green+Blue) = 186+118+201=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA76C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76C9 is #458936. Grayscale: #939393. Windows color (decimal): -4557111 or 13203130. OLE color: 13203130.

HSL color Cylindrical-coordinate representation of color #BA76C9: hue angle of 289.16º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA76C9 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186118201-
CMYK0.070.4100.21
HSL289.16º43.46%62.55%-
HSV(B)289.16º41.29%78.82%-
XYZ37.2727.6158.62-
YUV147.79158.03155.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 118 (46.48% from 255) = 23.37%
BLUE value IS 201 (78.91% from 255) = 39.80%
R=36.83%
G=23.37%
B=39.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861182010.070.4100.21289.1643.4662.55
HexBA76C97290151212b3f
Octal2721663117510254415377
Binary10111010111011011001001111101001010101100100001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA76C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA76C9; }

 p { color: rgb(186,118,201); }

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

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

 a { background-color: rgb(186,118,201); }

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

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

 span { border-color: rgb(186,118,201); }

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