#BA05A4

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

Shades of Medium Violet Red #BA05A4

Tints of Medium Violet Red #BA05A4

Color information

#BA05A4 (or 0xBA05A4) is unknown color: approx Medium Violet Red. HEX triplet: BA, 05 and A4. RGB value is (186,5,164). Sum of RGB (Red+Green+Blue) = 186+5+164=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 164 (64.45% from 255 or 46.20% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA05A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA05A4 is #45FA5B. Grayscale: #4C4C4C. Windows color (decimal): -4586076 or 10749370. OLE color: 10749370.

HSL color Cylindrical-coordinate representation of color #BA05A4: hue angle of 307.29º 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 #BA05A4 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB1865164-
CMYK00.970.120.27
HSL307.29º94.76%37.45%-
HSV(B)307.29º97.31%72.94%-
XYZ2713.2336.25-
YUV77.24176.97205.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 5 (2.34% from 255) = 1.41%
BLUE value IS 164 (64.45% from 255) = 46.20%
R=52.39%
G=1.41%
B=46.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186516400.970.120.27307.2994.7637.45
HexBA5A4061C1B1335f25
Octal27252440141143346313745
Binary1011101010110100100011000011100110111001100111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA05A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA05A4; }

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

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

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

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

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

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

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

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