Html Css Color HEX #BA1EDF Deep Magenta

📋 copy color: '#BA1EDF'

red 186 ◦ green 30 ◦ blue 223

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

Shades of Deep Magenta #BA1EDF

Tints of Deep Magenta #BA1EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 42.37%
G = 6.83%
B = 50.8%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA1EDF (or 0xBA1EDF) is known color: Deep Magenta. HEX triplet: BA, 1E and DF. RGB value is (186,30,223). Sum of RGB (Red+Green+Blue) = 186+30+223=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 30 (12.11% from 255 or 6.83% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA1EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1EDF is #45E120. Grayscale: #626262. Windows color (decimal): -4579617 or 14622394. OLE color: 14622394.

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

Color convert

RGB 186 30 223 -
CMYK 0.17 0.87 0 0.13
HSL 288.5º 0.76% 0.5% -
HSV(B) 288.5º 0.87% 0.87% -
XYZ 34.03 16.7 71.24 -
YUV 98.65 198.18 190.31 -
System Red Green Blue C M Y K H S L
Decimal 186 30 223 0.17 0.87 0 0.13 288.5 0.76 0.5
Hex BA 1E DF 11 57 0 D 120 4C 32
Octal 272 36 337 21 127 0 15 440 114 62
Binary 10111010 11110 11011111 10001 1010111 0 1101 100100000 1001100 110010

Color Harmonies of #BA1EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1EDF

Black with #BA1EDF

Text Example


Text Example

White with #BA1EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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