#BA2A9F

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

Shades of Medium Red Violet #BA2A9F

Tints of Medium Red Violet #BA2A9F

Color information

#BA2A9F (or 0xBA2A9F) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2A and 9F. RGB value is (186,42,159). Sum of RGB (Red+Green+Blue) = 186+42+159=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2A9F is #45D560. Grayscale: #626262. Windows color (decimal): -4576609 or 10431162. OLE color: 10431162.

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

Color convert

RGB18642159-
CMYK00.770.150.27
HSL311.25º63.16%44.71%-
HSV(B)311.25º77.42%72.94%-
XYZ27.3414.634.18-
YUV98.39162.21190.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 42 (16.80% from 255) = 10.85%
BLUE value IS 159 (62.5% from 255) = 41.09%
R=48.06%
G=10.85%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864215900.770.150.27311.2563.1644.71
HexBA2A9F04DF1B1373f2d
Octal27252237011517334677755
Binary101110101010101001111101001101111111011100110111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2A9F; }

 p { color: rgb(186,42,159); }

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

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

 a { background-color: rgb(186,42,159); }

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

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

 span { border-color: rgb(186,42,159); }

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