#BA24AE

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

Shades of Deep Magenta #BA24AE

Tints of Deep Magenta #BA24AE

Color information

#BA24AE (or 0xBA24AE) is unknown color: approx Deep Magenta. HEX triplet: BA, 24 and AE. RGB value is (186,36,174). Sum of RGB (Red+Green+Blue) = 186+36+174=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA24AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA24AE is #45DB51. Grayscale: #606060. Windows color (decimal): -4578130 or 11412666. OLE color: 11412666.

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

Color convert

RGB18636174-
CMYK00.810.060.27
HSL304.8º67.57%43.53%-
HSV(B)304.8º80.65%72.94%-
XYZ28.5214.7641.39-
YUV96.58171.7191.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 36 (14.45% from 255) = 9.09%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=46.97%
G=9.09%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863617400.810.060.27304.867.5743.53
HexBA24AE05161B131442c
Octal27244256012163346110454
Binary101110101001001010111001010001110110111001100011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA24AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA24AE; }

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

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

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

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

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

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

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

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