#BA1DAE

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

Shades of Deep Magenta #BA1DAE

Tints of Deep Magenta #BA1DAE

Color information

#BA1DAE (or 0xBA1DAE) is unknown color: approx Deep Magenta. HEX triplet: BA, 1D and AE. RGB value is (186,29,174). Sum of RGB (Red+Green+Blue) = 186+29+174=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1DAE is #45E251. Grayscale: #5C5C5C. Windows color (decimal): -4579922 or 11410874. OLE color: 11410874.

HSL color Cylindrical-coordinate representation of color #BA1DAE: hue angle of 304.59º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1DAE is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18629174-
CMYK00.840.060.27
HSL304.59º73.02%42.16%-
HSV(B)304.59º84.41%72.94%-
XYZ28.3314.3741.33-
YUV92.47174.01194.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 29 (11.72% from 255) = 7.46%
BLUE value IS 174 (68.36% from 255) = 44.73%
R=47.81%
G=7.46%
B=44.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862917400.840.060.27304.5973.0242.16
HexBA1DAE05461B131492a
Octal27235256012463346111152
Binary10111010111011010111001010100110110111001100011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1DAE; }

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

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

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

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

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

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

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

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