#BA68A9

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

Shades of Violet Blue #BA68A9

Tints of Violet Blue #BA68A9

Color information

#BA68A9 (or 0xBA68A9) is unknown color: approx Violet Blue. HEX triplet: BA, 68 and A9. RGB value is (186,104,169). Sum of RGB (Red+Green+Blue) = 186+104+169=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA68A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA68A9 is #459756. Grayscale: #878787. Windows color (decimal): -4560727 or 11102394. OLE color: 11102394.

HSL color Cylindrical-coordinate representation of color #BA68A9: hue angle of 312.44º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA68A9 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB186104169-
CMYK00.440.090.27
HSL312.44º37.27%56.86%-
HSV(B)312.44º44.09%72.94%-
XYZ32.3623.240.31-
YUV135.93146.67163.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 104 (41.02% from 255) = 22.66%
BLUE value IS 169 (66.41% from 255) = 36.82%
R=40.52%
G=22.66%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610416900.440.090.27312.4437.2756.86
HexBA68A902C91B1382539
Octal27215025105411334704571
Binary101110101101000101010010101100100111011100111000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA68A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA68A9; }

 p { color: rgb(186,104,169); }

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

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

 a { background-color: rgb(186,104,169); }

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

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

 span { border-color: rgb(186,104,169); }

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