Html Css Color HEX #BA1AD5 Deep Magenta

📋 copy color: '#BA1AD5'

red 186 ◦ green 26 ◦ blue 213

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

Shades of Deep Magenta #BA1AD5

Tints of Deep Magenta #BA1AD5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.12%

 BLUE value IS 213 (83.59% from 255) = 50.12%

R = 43.76%
G = 6.12%
B = 50.12%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA1AD5 (or 0xBA1AD5) is known color: Deep Magenta. HEX triplet: BA, 1A and D5. RGB value is (186,26,213). Sum of RGB (Red+Green+Blue) = 186+26+213=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 26 (10.55% from 255 or 6.12% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA1AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1AD5 is #45E52A. Grayscale: #5E5E5E. Windows color (decimal): -4580651 or 13966010. OLE color: 13966010.

HSL color Cylindrical-coordinate representation of color #BA1AD5: hue angle of 291.34º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1AD5 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 26 213 -
CMYK 0.13 0.88 0 0.16
HSL 291.34º 0.78% 0.47% -
HSV(B) 291.34º 0.88% 0.84% -
XYZ 32.63 15.98 64.32 -
YUV 95.16 194.51 192.79 -
System Red Green Blue C M Y K H S L
Decimal 186 26 213 0.13 0.88 0 0.16 291.34 0.78 0.47
Hex BA 1A D5 D 58 0 10 123 4E 2F
Octal 272 32 325 15 130 0 20 443 116 57
Binary 10111010 11010 11010101 1101 1011000 0 10000 100100011 1001110 101111

Color Harmonies of #BA1AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1AD5

Black with #BA1AD5

Text Example


Text Example

White with #BA1AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1AD5; }

 p { color: rgb(186,26,213); }

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

background-color css

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

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

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

border-color css

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

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

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