Html Css Color HEX #BA1EDD Deep Magenta

📋 copy color: '#BA1EDD'

red 186 ◦ green 30 ◦ blue 221

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

Shades of Deep Magenta #BA1EDD

Tints of Deep Magenta #BA1EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.86%

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 42.56%
G = 6.86%
B = 50.57%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA1EDD (or 0xBA1EDD) is known color: Deep Magenta. HEX triplet: BA, 1E and DD. RGB value is (186,30,221). Sum of RGB (Red+Green+Blue) = 186+30+221=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA1EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1EDD is #45E122. Grayscale: #616161. Windows color (decimal): -4579619 or 14491322. OLE color: 14491322.

HSL color Cylindrical-coordinate representation of color #BA1EDD: hue angle of 289.01º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1EDD is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 30 221 -
CMYK 0.16 0.86 0 0.13
HSL 289.01º 0.76% 0.49% -
HSV(B) 289.01º 0.86% 0.87% -
XYZ 33.77 16.59 69.83 -
YUV 98.42 197.18 190.47 -
System Red Green Blue C M Y K H S L
Decimal 186 30 221 0.16 0.86 0 0.13 289.01 0.76 0.49
Hex BA 1E DD 10 56 0 D 121 4C 31
Octal 272 36 335 20 126 0 15 441 114 61
Binary 10111010 11110 11011101 10000 1010110 0 1101 100100001 1001100 110001

Color Harmonies of #BA1EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1EDD

Black with #BA1EDD

Text Example


Text Example

White with #BA1EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1EDD; }

 p { color: rgb(186,30,221); }

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

background-color css

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

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

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

border-color css

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

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

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