#BA5CA3

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

Shades of Violet Blue #BA5CA3

Tints of Violet Blue #BA5CA3

Color information

#BA5CA3 (or 0xBA5CA3) is unknown color: approx Violet Blue. HEX triplet: BA, 5C and A3. RGB value is (186,92,163). Sum of RGB (Red+Green+Blue) = 186+92+163=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5CA3 is #45A35C. Grayscale: #808080. Windows color (decimal): -4563805 or 10706106. OLE color: 10706106.

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

Color convert

RGB18692163-
CMYK00.510.120.27
HSL314.68º40.52%54.51%-
HSV(B)314.68º50.54%72.94%-
XYZ30.6920.7437.04-
YUV128.2147.64169.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 92 (36.33% from 255) = 20.86%
BLUE value IS 163 (64.06% from 255) = 36.96%
R=42.18%
G=20.86%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869216300.510.120.27314.6840.5254.51
HexBA5CA3033C1B13b2937
Octal27213424306314334735167
Binary101110101011100101000110110011110011011100111011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5CA3; }

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

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

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

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

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

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

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

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