#BA39A5

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

Shades of Medium Red Violet #BA39A5

Tints of Medium Red Violet #BA39A5

Color information

#BA39A5 (or 0xBA39A5) is unknown color: approx Medium Red Violet. HEX triplet: BA, 39 and A5. RGB value is (186,57,165). Sum of RGB (Red+Green+Blue) = 186+57+165=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA39A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA39A5 is #45C65A. Grayscale: #6B6B6B. Windows color (decimal): -4572763 or 10828218. OLE color: 10828218.

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

Color convert

RGB18657165-
CMYK00.690.110.27
HSL309.77º53.09%47.65%-
HSV(B)309.77º69.35%72.94%-
XYZ28.516.0837.2-
YUV107.88160.24183.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 57 (22.66% from 255) = 13.97%
BLUE value IS 165 (64.84% from 255) = 40.44%
R=45.59%
G=13.97%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865716500.690.110.27309.7753.0947.65
HexBA39A5045B1B1363530
Octal27271245010513334666560
Binary101110101110011010010101000101101111011100110110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA39A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA39A5; }

 p { color: rgb(186,57,165); }

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

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

 a { background-color: rgb(186,57,165); }

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

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

 span { border-color: rgb(186,57,165); }

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