#ba62a6

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

Shades of Violet Blue #BA62A6

Tints of Violet Blue #BA62A6

Color information

#BA62A6 (or 0xBA62A6) is unknown color: approx Violet Blue. HEX triplet: BA, 62 and A6. RGB value is (186,98,166). Sum of RGB (Red+Green+Blue) = 186+98+166=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA62A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA62A6 is #459D59. Grayscale: #838383. Windows color (decimal): -4562266 or 10904250. OLE color: 10904250.

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

Color convert

RGB18698166-
CMYK00.470.110.27
HSL313.64º38.94%55.69%-
HSV(B)313.64º47.31%72.94%-
XYZ31.521.9338.65-
YUV132.06147.15166.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 98 (38.67% from 255) = 21.78%
BLUE value IS 166 (65.23% from 255) = 36.89%
R=41.33%
G=21.78%
B=36.89%

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
Decimal1869816600.470.110.27313.6438.9455.69
HexBA62A602FB1B13a2738
Octal27214224605713334724770
Binary101110101100010101001100101111101111011100111010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba62a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba62a6; }

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

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

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

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

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

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

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

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