#BA7CC4

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

Shades of East Side #BA7CC4

Tints of East Side #BA7CC4

Color information

#BA7CC4 (or 0xBA7CC4) is unknown color: approx East Side. HEX triplet: BA, 7C and C4. RGB value is (186,124,196). Sum of RGB (Red+Green+Blue) = 186+124+196=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA7CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7CC4 is #45833B. Grayscale: #969696. Windows color (decimal): -4555580 or 12876986. OLE color: 12876986.

HSL color Cylindrical-coordinate representation of color #BA7CC4: hue angle of 291.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA7CC4 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB186124196-
CMYK0.050.3700.23
HSL291.67º37.89%62.75%-
HSV(B)291.67º36.73%76.86%-
XYZ37.4228.8455.82-
YUV150.75153.54153.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 124 (48.83% from 255) = 24.51%
BLUE value IS 196 (76.95% from 255) = 38.74%
R=36.76%
G=24.51%
B=38.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861241960.050.3700.23291.6737.8962.75
HexBA7CC4525017124263f
Octal2721743045450274444677
Binary10111010111110011000100101100101010111100100100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7CC4; }

 p { color: rgb(186,124,196); }

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

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

 a { background-color: rgb(186,124,196); }

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

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

 span { border-color: rgb(186,124,196); }

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