Html Css Color HEX #BA1EDE Deep Magenta

📋 copy color: '#BA1EDE'

red 186 ◦ green 30 ◦ blue 222

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

Shades of Deep Magenta #BA1EDE

Tints of Deep Magenta #BA1EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.68%

R = 42.47%
G = 6.85%
B = 50.68%

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

#BA1EDE (or 0xBA1EDE) is known color: Deep Magenta. HEX triplet: BA, 1E and DE. RGB value is (186,30,222). Sum of RGB (Red+Green+Blue) = 186+30+222=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA1EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1EDE is #45E121. Grayscale: #616161. Windows color (decimal): -4579618 or 14556858. OLE color: 14556858.

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

Color convert

RGB 186 30 222 -
CMYK 0.16 0.86 0 0.13
HSL 288.75º 0.76% 0.49% -
HSV(B) 288.75º 0.86% 0.87% -
XYZ 33.9 16.64 70.53 -
YUV 98.53 197.68 190.39 -
System Red Green Blue C M Y K H S L
Decimal 186 30 222 0.16 0.86 0 0.13 288.75 0.76 0.49
Hex BA 1E DE 10 56 0 D 121 4C 31
Octal 272 36 336 20 126 0 15 441 114 61
Binary 10111010 11110 11011110 10000 1010110 0 1101 100100001 1001100 110001

Color Harmonies of #BA1EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1EDE

Black with #BA1EDE

Text Example


Text Example

White with #BA1EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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