Html Css Color HEX #BA1ABA Deep Magenta

📋 copy color: '#BA1ABA'

red 186 ◦ green 26 ◦ blue 186

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

Shades of Deep Magenta #BA1ABA

Tints of Deep Magenta #BA1ABA

RGB

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

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

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

R = 46.73%
G = 6.53%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA1ABA (or 0xBA1ABA) is known color: Deep Magenta. HEX triplet: BA, 1A and BA. RGB value is (186,26,186). Sum of RGB (Red+Green+Blue) = 186+26+186=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA1ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1ABA is #45E545. Grayscale: #5B5B5B. Windows color (decimal): -4580678 or 12196538. OLE color: 12196538.

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

Color convert

RGB 186 26 186 -
CMYK 0 0.86 0 0.27
HSL 300º 0.75% 0.42% -
HSV(B) 300º 0.86% 0.73% -
XYZ 29.48 14.72 47.74 -
YUV 92.08 181.01 194.99 -
System Red Green Blue C M Y K H S L
Decimal 186 26 186 0 0.86 0 0.27 300 0.75 0.42
Hex BA 1A BA 0 56 0 1B 12C 4B 2A
Octal 272 32 272 0 126 0 33 454 113 52
Binary 10111010 11010 10111010 0 1010110 0 11011 100101100 1001011 101010

Color Harmonies of #BA1ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1ABA

Black with #BA1ABA

Text Example


Text Example

White with #BA1ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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