#BA59A3

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

Shades of Violet Blue #BA59A3

Tints of Violet Blue #BA59A3

Color information

#BA59A3 (or 0xBA59A3) is unknown color: approx Violet Blue. HEX triplet: BA, 59 and A3. RGB value is (186,89,163). Sum of RGB (Red+Green+Blue) = 186+89+163=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA59A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA59A3 is #45A65C. Grayscale: #7E7E7E. Windows color (decimal): -4564573 or 10705338. OLE color: 10705338.

HSL color Cylindrical-coordinate representation of color #BA59A3: hue angle of 314.23º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA59A3 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB18689163-
CMYK00.520.120.27
HSL314.23º41.28%53.92%-
HSV(B)314.23º52.15%72.94%-
XYZ30.4320.2336.95-
YUV126.44148.64170.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 89 (35.16% from 255) = 20.32%
BLUE value IS 163 (64.06% from 255) = 37.21%
R=42.47%
G=20.32%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868916300.520.120.27314.2341.2853.92
HexBA59A3034C1B13a2936
Octal27213124306414334725166
Binary101110101011001101000110110100110011011100111010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA59A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA59A3; }

 p { color: rgb(186,89,163); }

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

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

 a { background-color: rgb(186,89,163); }

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

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

 span { border-color: rgb(186,89,163); }

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