#BA60A7

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

Shades of Violet Blue #BA60A7

Tints of Violet Blue #BA60A7

Color information

#BA60A7 (or 0xBA60A7) is unknown color: approx Violet Blue. HEX triplet: BA, 60 and A7. RGB value is (186,96,167). Sum of RGB (Red+Green+Blue) = 186+96+167=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA60A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA60A7 is #459F58. Grayscale: #828282. Windows color (decimal): -4562777 or 10969274. OLE color: 10969274.

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

Color convert

RGB18696167-
CMYK00.480.100.27
HSL312.67º39.47%55.29%-
HSV(B)312.67º48.39%72.94%-
XYZ31.4121.5939.07-
YUV131148.32167.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 96 (37.89% from 255) = 21.38%
BLUE value IS 167 (65.62% from 255) = 37.19%
R=41.43%
G=21.38%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869616700.480.100.27312.6739.4755.29
HexBA60A7030A1B1392737
Octal27214024706012334714767
Binary101110101100000101001110110000101011011100111001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA60A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA60A7; }

 p { color: rgb(186,96,167); }

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

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

 a { background-color: rgb(186,96,167); }

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

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

 span { border-color: rgb(186,96,167); }

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