Html Css Color HEX #BA1AB5 Deep Magenta

📋 copy color: '#BA1AB5'

red 186 ◦ green 26 ◦ blue 181

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

Shades of Deep Magenta #BA1AB5

Tints of Deep Magenta #BA1AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.06%

R = 47.33%
G = 6.62%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA1AB5 (or 0xBA1AB5) is known color: Deep Magenta. HEX triplet: BA, 1A and B5. RGB value is (186,26,181). Sum of RGB (Red+Green+Blue) = 186+26+181=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1AB5 is #45E54A. Grayscale: #5B5B5B. Windows color (decimal): -4580683 or 11868858. OLE color: 11868858.

HSL color Cylindrical-coordinate representation of color #BA1AB5: hue angle of 301.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1AB5 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 26 181 -
CMYK 0 0.86 0.03 0.27
HSL 301.88º 0.75% 0.42% -
HSV(B) 301.88º 0.86% 0.73% -
XYZ 28.96 14.51 44.99 -
YUV 91.51 178.51 195.4 -
System Red Green Blue C M Y K H S L
Decimal 186 26 181 0 0.86 0.03 0.27 301.88 0.75 0.42
Hex BA 1A B5 0 56 3 1B 12E 4B 2A
Octal 272 32 265 0 126 3 33 456 113 52
Binary 10111010 11010 10110101 0 1010110 11 11011 100101110 1001011 101010

Color Harmonies of #BA1AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1AB5

Black with #BA1AB5

Text Example


Text Example

White with #BA1AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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