#BA05A5

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

Shades of Medium Violet Red #BA05A5

Tints of Medium Violet Red #BA05A5

Color information

#BA05A5 (or 0xBA05A5) is unknown color: approx Medium Violet Red. HEX triplet: BA, 05 and A5. RGB value is (186,5,165). Sum of RGB (Red+Green+Blue) = 186+5+165=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 165 (64.84% from 255 or 46.35% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA05A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA05A5 is #45FA5A. Grayscale: #4C4C4C. Windows color (decimal): -4586075 or 10814906. OLE color: 10814906.

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

Color convert

RGB1865165-
CMYK00.970.110.27
HSL306.96º94.76%37.45%-
HSV(B)306.96º97.31%72.94%-
XYZ27.113.2636.73-
YUV77.36177.47205.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.25%
GREEN value IS 5 (2.34% from 255) = 1.40%
BLUE value IS 165 (64.84% from 255) = 46.35%
R=52.25%
G=1.40%
B=46.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186516500.970.110.27306.9694.7637.45
HexBA5A5061B1B1335f25
Octal27252450141133346313745
Binary1011101010110100101011000011011110111001100111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA05A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA05A5; }

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

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

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

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

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

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

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

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