Html Css Color HEX #BA24BA Deep Magenta

📋 copy color: '#BA24BA'

red 186 ◦ green 36 ◦ blue 186

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

Shades of Deep Magenta #BA24BA

Tints of Deep Magenta #BA24BA

RGB

 RED value IS 186 (73.05% from 255) = 45.59%

 GREEN value IS 36 (14.45% from 255) = 8.82%

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 45.59%
G = 8.82%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA24BA (or 0xBA24BA) is known color: Deep Magenta. HEX triplet: BA, 24 and BA. RGB value is (186,36,186). Sum of RGB (Red+Green+Blue) = 186+36+186=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA24BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA24BA is #45DB45. Grayscale: #616161. Windows color (decimal): -4578118 or 12199098. OLE color: 12199098.

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

Color convert

RGB 186 36 186 -
CMYK 0 0.81 0 0.27
HSL 300º 0.68% 0.44% -
HSV(B) 300º 0.81% 0.73% -
XYZ 29.74 15.25 47.83 -
YUV 97.95 177.7 190.8 -
System Red Green Blue C M Y K H S L
Decimal 186 36 186 0 0.81 0 0.27 300 0.68 0.44
Hex BA 24 BA 0 51 0 1B 12C 44 2C
Octal 272 44 272 0 121 0 33 454 104 54
Binary 10111010 100100 10111010 0 1010001 0 11011 100101100 1000100 101100

Color Harmonies of #BA24BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA24BA

Black with #BA24BA

Text Example


Text Example

White with #BA24BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA24BA; }

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

 H1.HeaderClassName
 {
   color: #BA24BA;
 }
 .AnyTagClassName
 {
   color: #BA24BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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