#BA62A5

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

Shades of Violet Blue #BA62A5

Tints of Violet Blue #BA62A5

Color information

#BA62A5 (or 0xBA62A5) is unknown color: approx Violet Blue. HEX triplet: BA, 62 and A5. RGB value is (186,98,165). Sum of RGB (Red+Green+Blue) = 186+98+165=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA62A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA62A5 is #459D5A. Grayscale: #838383. Windows color (decimal): -4562267 or 10838714. OLE color: 10838714.

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

Color convert

RGB18698165-
CMYK00.470.110.27
HSL314.32º38.94%55.69%-
HSV(B)314.32º47.31%72.94%-
XYZ31.4121.8938.17-
YUV131.95146.65166.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 98 (38.67% from 255) = 21.83%
BLUE value IS 165 (64.84% from 255) = 36.75%
R=41.43%
G=21.83%
B=36.75%

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
Decimal1869816500.470.110.27314.3238.9455.69
HexBA62A502FB1B13a2738
Octal27214224505713334724770
Binary101110101100010101001010101111101111011100111010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA62A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA62A5; }

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

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

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

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

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

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

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

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