#BA5CA5

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

Shades of Violet Blue #BA5CA5

Tints of Violet Blue #BA5CA5

Color information

#BA5CA5 (or 0xBA5CA5) is unknown color: approx Violet Blue. HEX triplet: BA, 5C and A5. RGB value is (186,92,165). Sum of RGB (Red+Green+Blue) = 186+92+165=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5CA5 is #45A35A. Grayscale: #808080. Windows color (decimal): -4563803 or 10837178. OLE color: 10837178.

HSL color Cylindrical-coordinate representation of color #BA5CA5: hue angle of 313.4º 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 #BA5CA5 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB18692165-
CMYK00.510.110.27
HSL313.4º40.52%54.51%-
HSV(B)313.4º50.54%72.94%-
XYZ30.8720.8137.99-
YUV128.43148.64169.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 92 (36.33% from 255) = 20.77%
BLUE value IS 165 (64.84% from 255) = 37.25%
R=41.99%
G=20.77%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869216500.510.110.27313.440.5254.51
HexBA5CA5033B1B1392937
Octal27213424506313334715167
Binary101110101011100101001010110011101111011100111001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5CA5; }

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

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

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

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

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

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

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

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