#BA3BA5

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

Shades of Medium Red Violet #BA3BA5

Tints of Medium Red Violet #BA3BA5

Color information

#BA3BA5 (or 0xBA3BA5) is unknown color: approx Medium Red Violet. HEX triplet: BA, 3B and A5. RGB value is (186,59,165). Sum of RGB (Red+Green+Blue) = 186+59+165=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3BA5 is #45C45A. Grayscale: #6C6C6C. Windows color (decimal): -4572251 or 10828730. OLE color: 10828730.

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

Color convert

RGB18659165-
CMYK00.680.110.27
HSL309.92º51.84%48.04%-
HSV(B)309.92º68.28%72.94%-
XYZ28.6116.2837.23-
YUV109.06159.58182.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 59 (23.44% from 255) = 14.39%
BLUE value IS 165 (64.84% from 255) = 40.24%
R=45.37%
G=14.39%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865916500.680.110.27309.9251.8448.04
HexBA3BA5044B1B1363430
Octal27273245010413334666460
Binary101110101110111010010101000100101111011100110110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3BA5; }

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

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

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

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

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

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

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

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