#BA5DA2

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

Shades of Violet Blue #BA5DA2

Tints of Violet Blue #BA5DA2

Color information

#BA5DA2 (or 0xBA5DA2) is unknown color: approx Violet Blue. HEX triplet: BA, 5D and A2. RGB value is (186,93,162). Sum of RGB (Red+Green+Blue) = 186+93+162=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5DA2 is #45A25D. Grayscale: #808080. Windows color (decimal): -4563550 or 10640826. OLE color: 10640826.

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

Color convert

RGB18693162-
CMYK00.50.130.27
HSL315.48º40.26%54.71%-
HSV(B)315.48º50%72.94%-
XYZ30.6920.8836.59-
YUV128.67146.81168.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 93 (36.72% from 255) = 21.09%
BLUE value IS 162 (63.67% from 255) = 36.73%
R=42.18%
G=21.09%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869316200.50.130.27315.4840.2654.71
HexBA5DA2032D1B13b2837
Octal27213524206215334735067
Binary101110101011101101000100110010110111011100111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5DA2; }

 p { color: rgb(186,93,162); }

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

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

 a { background-color: rgb(186,93,162); }

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

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

 span { border-color: rgb(186,93,162); }

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