Html Css Color HEX #BA22AD Deep Magenta

📋 copy color: '#BA22AD'

red 186 ◦ green 34 ◦ blue 173

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

Shades of Deep Magenta #BA22AD

Tints of Deep Magenta #BA22AD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.65%

 BLUE value IS 173 (67.97% from 255) = 44.02%

R = 47.33%
G = 8.65%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA22AD (or 0xBA22AD) is known color: Deep Magenta. HEX triplet: BA, 22 and AD. RGB value is (186,34,173). Sum of RGB (Red+Green+Blue) = 186+34+173=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA22AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA22AD is #45DD52. Grayscale: #5E5E5E. Windows color (decimal): -4578643 or 11346618. OLE color: 11346618.

HSL color Cylindrical-coordinate representation of color #BA22AD: hue angle of 305.13º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA22AD is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 34 173 -
CMYK 0 0.82 0.07 0.27
HSL 305.13º 0.69% 0.43% -
HSV(B) 305.13º 0.82% 0.73% -
XYZ 28.36 14.6 40.86 -
YUV 95.29 171.86 192.7 -
System Red Green Blue C M Y K H S L
Decimal 186 34 173 0 0.82 0.07 0.27 305.13 0.69 0.43
Hex BA 22 AD 0 52 7 1B 131 45 2B
Octal 272 42 255 0 122 7 33 461 105 53
Binary 10111010 100010 10101101 0 1010010 111 11011 100110001 1000101 101011

Color Harmonies of #BA22AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA22AD

Black with #BA22AD

Text Example


Text Example

White with #BA22AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA22AD; }

 p { color: rgb(186,34,173); }

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

background-color css

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

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

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

border-color css

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

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

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