#BA84C1

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

Shades of East Side #BA84C1

Tints of East Side #BA84C1

Color information

#BA84C1 (or 0xBA84C1) is unknown color: approx East Side. HEX triplet: BA, 84 and C1. RGB value is (186,132,193). Sum of RGB (Red+Green+Blue) = 186+132+193=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA84C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84C1 is #457B3E. Grayscale: #9A9A9A. Windows color (decimal): -4553535 or 12682426. OLE color: 12682426.

HSL color Cylindrical-coordinate representation of color #BA84C1: hue angle of 293.11º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA84C1 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186132193-
CMYK0.040.3200.24
HSL293.11º32.97%63.73%-
HSV(B)293.11º31.61%75.69%-
XYZ38.1330.7954.39-
YUV155.1149.39150.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 132 (51.95% from 255) = 25.83%
BLUE value IS 193 (75.78% from 255) = 37.77%
R=36.40%
G=25.83%
B=37.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861321930.040.3200.24293.1132.9763.73
HexBA84C14200181252140
Octal27220430144003044541100
Binary1011101010000100110000011001000000110001001001011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA84C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA84C1; }

 p { color: rgb(186,132,193); }

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

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

 a { background-color: rgb(186,132,193); }

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

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

 span { border-color: rgb(186,132,193); }

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