Html Css Color HEX #BA1AD8 Deep Magenta

📋 copy color: '#BA1AD8'

red 186 ◦ green 26 ◦ blue 216

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

Shades of Deep Magenta #BA1AD8

Tints of Deep Magenta #BA1AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.47%

R = 43.46%
G = 6.07%
B = 50.47%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA1AD8 (or 0xBA1AD8) is known color: Deep Magenta. HEX triplet: BA, 1A and D8. RGB value is (186,26,216). Sum of RGB (Red+Green+Blue) = 186+26+216=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 26 (10.55% from 255 or 6.07% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA1AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1AD8 is #45E527. Grayscale: #5E5E5E. Windows color (decimal): -4580648 or 14162618. OLE color: 14162618.

HSL color Cylindrical-coordinate representation of color #BA1AD8: hue angle of 290.53º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1AD8 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 26 216 -
CMYK 0.14 0.88 0 0.15
HSL 290.53º 0.79% 0.47% -
HSV(B) 290.53º 0.88% 0.85% -
XYZ 33.01 16.14 66.34 -
YUV 95.5 196.01 192.55 -
System Red Green Blue C M Y K H S L
Decimal 186 26 216 0.14 0.88 0 0.15 290.53 0.79 0.47
Hex BA 1A D8 E 58 0 F 123 4F 2F
Octal 272 32 330 16 130 0 17 443 117 57
Binary 10111010 11010 11011000 1110 1011000 0 1111 100100011 1001111 101111

Color Harmonies of #BA1AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1AD8

Black with #BA1AD8

Text Example


Text Example

White with #BA1AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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