#BA5CA4

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

Shades of Violet Blue #BA5CA4

Tints of Violet Blue #BA5CA4

Color information

#BA5CA4 (or 0xBA5CA4) is unknown color: approx Violet Blue. HEX triplet: BA, 5C and A4. RGB value is (186,92,164). Sum of RGB (Red+Green+Blue) = 186+92+164=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5CA4 is #45A35B. Grayscale: #808080. Windows color (decimal): -4563804 or 10771642. OLE color: 10771642.

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

Color convert

RGB18692164-
CMYK00.510.120.27
HSL314.04º40.52%54.51%-
HSV(B)314.04º50.54%72.94%-
XYZ30.7820.7737.51-
YUV128.31148.14169.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 92 (36.33% from 255) = 20.81%
BLUE value IS 164 (64.45% from 255) = 37.10%
R=42.08%
G=20.81%
B=37.10%

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
Decimal1869216400.510.120.27314.0440.5254.51
HexBA5CA4033C1B13a2937
Octal27213424406314334725167
Binary101110101011100101001000110011110011011100111010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5CA4; }

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

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

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

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

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

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

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

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