#BA80D5

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

Shades of East Side #BA80D5

Tints of East Side #BA80D5

Color information

#BA80D5 (or 0xBA80D5) is unknown color: approx East Side. HEX triplet: BA, 80 and D5. RGB value is (186,128,213). Sum of RGB (Red+Green+Blue) = 186+128+213=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA80D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80D5 is #457F2A. Grayscale: #9A9A9A. Windows color (decimal): -4554539 or 13992122. OLE color: 13992122.

HSL color Cylindrical-coordinate representation of color #BA80D5: hue angle of 280.94º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA80D5 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186128213-
CMYK0.130.4000.16
HSL280.94º50.3%66.86%-
HSV(B)280.94º39.91%83.53%-
XYZ39.9830.6866.77-
YUV155.03160.72150.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 128 (50.39% from 255) = 24.29%
BLUE value IS 213 (83.59% from 255) = 40.42%
R=35.29%
G=24.29%
B=40.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861282130.130.4000.16280.9450.366.86
HexBA80D5D280101193243
Octal272200325155002043162103
Binary10111010100000001101010111011010000100001000110011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80D5; }

 p { color: rgb(186,128,213); }

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

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

 a { background-color: rgb(186,128,213); }

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

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

 span { border-color: rgb(186,128,213); }

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