#BA85D1

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

Shades of East Side #BA85D1

Tints of East Side #BA85D1

Color information

#BA85D1 (or 0xBA85D1) is unknown color: approx East Side. HEX triplet: BA, 85 and D1. RGB value is (186,133,209). Sum of RGB (Red+Green+Blue) = 186+133+209=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA85D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85D1 is #457A2E. Grayscale: #9D9D9D. Windows color (decimal): -4553263 or 13731258. OLE color: 13731258.

HSL color Cylindrical-coordinate representation of color #BA85D1: hue angle of 281.84º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA85D1 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186133209-
CMYK0.110.3600.18
HSL281.84º45.24%67.06%-
HSV(B)281.84º36.36%81.96%-
XYZ40.1531.8264.35-
YUV157.51157.06148.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 133 (52.34% from 255) = 25.19%
BLUE value IS 209 (82.03% from 255) = 39.58%
R=35.23%
G=25.19%
B=39.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861332090.110.3600.18281.8445.2467.06
HexBA85D1B2401211a2d43
Octal272205321134402243255103
Binary10111010100001011101000110111001000100101000110101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA85D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA85D1; }

 p { color: rgb(186,133,209); }

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

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

 a { background-color: rgb(186,133,209); }

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

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

 span { border-color: rgb(186,133,209); }

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