#BA5EA5

Color #BA5EA5 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #BA5EA5

Tints of Violet Blue #BA5EA5

Color information

#BA5EA5 (or 0xBA5EA5) is unknown color: approx Violet Blue. HEX triplet: BA, 5E and A5. RGB value is (186,94,165). Sum of RGB (Red+Green+Blue) = 186+94+165=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5EA5 is #45A15A. Grayscale: #818181. Windows color (decimal): -4563291 or 10837690. OLE color: 10837690.

HSL color Cylindrical-coordinate representation of color #BA5EA5: hue angle of 313.7º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5EA5 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB18694165-
CMYK00.490.110.27
HSL313.7º40%54.9%-
HSV(B)313.7º49.46%72.94%-
XYZ31.0421.1638.05-
YUV129.6147.98168.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 94 (37.11% from 255) = 21.12%
BLUE value IS 165 (64.84% from 255) = 37.08%
R=41.80%
G=21.12%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869416500.490.110.27313.74054.9
HexBA5EA5031B1B13a2837
Octal27213624506113334725067
Binary101110101011110101001010110001101111011100111010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5EA5; }

 p { color: rgb(186,94,165); }

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

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

 a { background-color: rgb(186,94,165); }

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

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

 span { border-color: rgb(186,94,165); }

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