#BA7DCA

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

Shades of East Side #BA7DCA

Tints of East Side #BA7DCA

Color information

#BA7DCA (or 0xBA7DCA) is unknown color: approx East Side. HEX triplet: BA, 7D and CA. RGB value is (186,125,202). Sum of RGB (Red+Green+Blue) = 186+125+202=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA7DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DCA is #458235. Grayscale: #979797. Windows color (decimal): -4555318 or 13270458. OLE color: 13270458.

HSL color Cylindrical-coordinate representation of color #BA7DCA: hue angle of 287.53º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA7DCA is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186125202-
CMYK0.080.3800.21
HSL287.53º42.08%64.12%-
HSV(B)287.53º38.12%79.22%-
XYZ38.2429.3759.53-
YUV152.02156.21152.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 125 (49.22% from 255) = 24.37%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=36.26%
G=24.37%
B=39.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861252020.080.3800.21287.5342.0864.12
HexBA7DCA8260151202a40
Octal272175312104602544052100
Binary1011101011111011100101010001001100101011001000001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7DCA; }

 p { color: rgb(186,125,202); }

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

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

 a { background-color: rgb(186,125,202); }

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

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

 span { border-color: rgb(186,125,202); }

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