#BA63A6

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

Shades of Violet Blue #BA63A6

Tints of Violet Blue #BA63A6

Color information

#BA63A6 (or 0xBA63A6) is unknown color: approx Violet Blue. HEX triplet: BA, 63 and A6. RGB value is (186,99,166). Sum of RGB (Red+Green+Blue) = 186+99+166=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA63A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA63A6 is #459C59. Grayscale: #848484. Windows color (decimal): -4562010 or 10904506. OLE color: 10904506.

HSL color Cylindrical-coordinate representation of color #BA63A6: hue angle of 313.79º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA63A6 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB18699166-
CMYK00.470.110.27
HSL313.79º38.67%55.88%-
HSV(B)313.79º46.77%72.94%-
XYZ31.5922.1238.68-
YUV132.65146.82166.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 99 (39.06% from 255) = 21.95%
BLUE value IS 166 (65.23% from 255) = 36.81%
R=41.24%
G=21.95%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869916600.470.110.27313.7938.6755.88
HexBA63A602FB1B13a2738
Octal27214324605713334724770
Binary101110101100011101001100101111101111011100111010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA63A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA63A6; }

 p { color: rgb(186,99,166); }

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

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

 a { background-color: rgb(186,99,166); }

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

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

 span { border-color: rgb(186,99,166); }

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