Html Css Color HEX #BA24AE Deep Magenta

📋 copy color: '#BA24AE'

red 186 ◦ green 36 ◦ blue 174

#BA24AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #BA24AE

Tints of Deep Magenta #BA24AE

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 value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA24AE (or 0xBA24AE) is known color: 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

RGB 186 36 174 -
CMYK 0 0.81 0.06 0.27
HSL 304.8º 0.68% 0.44% -
HSV(B) 304.8º 0.81% 0.73% -
XYZ 28.52 14.76 41.39 -
YUV 96.58 171.7 191.78 -
System Red Green Blue C M Y K H S L
Decimal 186 36 174 0 0.81 0.06 0.27 304.8 0.68 0.44
Hex BA 24 AE 0 51 6 1B 131 44 2C
Octal 272 44 256 0 121 6 33 461 104 54
Binary 10111010 100100 10101110 0 1010001 110 11011 100110001 1000100 101100

Color Harmonies of #BA24AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA24AE

Black with #BA24AE

Text Example


Text Example

White with #BA24AE

Text Example


Text Example

HTML Codes & Css Web 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>