Html Css Color HEX #BA1AD7 Deep Magenta

📋 copy color: '#BA1AD7'

red 186 ◦ green 26 ◦ blue 215

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

Shades of Deep Magenta #BA1AD7

Tints of Deep Magenta #BA1AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.35%

R = 43.56%
G = 6.09%
B = 50.35%

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

#BA1AD7 (or 0xBA1AD7) is known color: Deep Magenta. HEX triplet: BA, 1A and D7. RGB value is (186,26,215). Sum of RGB (Red+Green+Blue) = 186+26+215=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 26 (10.55% from 255 or 6.09% from 427); Blue value is 215 (84.38% from 255 or 50.35% from 427); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA1AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1AD7 is #45E528. Grayscale: #5E5E5E. Windows color (decimal): -4580649 or 14097082. OLE color: 14097082.

HSL color Cylindrical-coordinate representation of color #BA1AD7: hue angle of 290.79º 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 #BA1AD7 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 26 215 -
CMYK 0.13 0.88 0 0.16
HSL 290.79º 0.78% 0.47% -
HSV(B) 290.79º 0.88% 0.84% -
XYZ 32.88 16.08 65.66 -
YUV 95.39 195.51 192.63 -
System Red Green Blue C M Y K H S L
Decimal 186 26 215 0.13 0.88 0 0.16 290.79 0.78 0.47
Hex BA 1A D7 D 58 0 10 123 4E 2F
Octal 272 32 327 15 130 0 20 443 116 57
Binary 10111010 11010 11010111 1101 1011000 0 10000 100100011 1001110 101111

Color Harmonies of #BA1AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1AD7

Black with #BA1AD7

Text Example


Text Example

White with #BA1AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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