#BA29A9

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

Shades of Medium Red Violet #BA29A9

Tints of Medium Red Violet #BA29A9

Color information

#BA29A9 (or 0xBA29A9) is unknown color: approx Medium Red Violet. HEX triplet: BA, 29 and A9. RGB value is (186,41,169). Sum of RGB (Red+Green+Blue) = 186+41+169=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA29A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA29A9 is #45D656. Grayscale: #626262. Windows color (decimal): -4576855 or 11086266. OLE color: 11086266.

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

Color convert

RGB18641169-
CMYK00.780.090.27
HSL307.03º63.88%44.51%-
HSV(B)307.03º77.96%72.94%-
XYZ28.214.8938.92-
YUV98.95167.54190.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 41 (16.41% from 255) = 10.35%
BLUE value IS 169 (66.41% from 255) = 42.68%
R=46.97%
G=10.35%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864116900.780.090.27307.0363.8844.51
HexBA29A904E91B133402d
Octal272512510116113346310055
Binary1011101010100110101001010011101001110111001100111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA29A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA29A9; }

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

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

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

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

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

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

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

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