#BA05AE

Color #BA05AE Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BA05AE

Tints of Deep Magenta #BA05AE

Color information

#BA05AE (or 0xBA05AE) is unknown color: approx Deep Magenta. HEX triplet: BA, 05 and AE. RGB value is (186,5,174). Sum of RGB (Red+Green+Blue) = 186+5+174=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA05AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA05AE is #45FA51. Grayscale: #4D4D4D. Windows color (decimal): -4586066 or 11404730. OLE color: 11404730.

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

Color convert

RGB1865174-
CMYK00.970.060.27
HSL303.98º94.76%37.45%-
HSV(B)303.98º97.31%72.94%-
XYZ27.9413.641.2-
YUV78.39181.97204.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 5 (2.34% from 255) = 1.37%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=50.96%
G=1.37%
B=47.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186517400.970.060.27303.9894.7637.45
HexBA5AE06161B1305f25
Octal2725256014163346013745
Binary101110101011010111001100001110110111001100001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA05AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA05AE; }

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

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

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

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

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

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

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

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