#BA80C8

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

Shades of East Side #BA80C8

Tints of East Side #BA80C8

Color information

#BA80C8 (or 0xBA80C8) is unknown color: approx East Side. HEX triplet: BA, 80 and C8. RGB value is (186,128,200). Sum of RGB (Red+Green+Blue) = 186+128+200=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA80C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80C8 is #457F37. Grayscale: #999999. Windows color (decimal): -4554552 or 13140154. OLE color: 13140154.

HSL color Cylindrical-coordinate representation of color #BA80C8: hue angle of 288.33º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA80C8 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB186128200-
CMYK0.070.3600.22
HSL288.33º39.56%64.31%-
HSV(B)288.33º36%78.43%-
XYZ38.3930.0558.42-
YUV153.55154.22151.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.19%
GREEN value IS 128 (50.39% from 255) = 24.90%
BLUE value IS 200 (78.52% from 255) = 38.91%
R=36.19%
G=24.90%
B=38.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861282000.070.3600.22288.3339.5664.31
HexBA80C87240161202840
Octal27220031074402644050100
Binary1011101010000000110010001111001000101101001000001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80C8; }

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

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

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

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

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

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

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

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