Html Css Color HEX #BA0EDC Deep Magenta

📋 copy color: '#BA0EDC'

red 186 ◦ green 14 ◦ blue 220

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

Shades of Deep Magenta #BA0EDC

Tints of Deep Magenta #BA0EDC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.33%

 BLUE value IS 220 (86.33% from 255) = 52.38%

R = 44.29%
G = 3.33%
B = 52.38%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA0EDC (or 0xBA0EDC) is known color: Deep Magenta. HEX triplet: BA, 0E and DC. RGB value is (186,14,220). Sum of RGB (Red+Green+Blue) = 186+14+220=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA0EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0EDC is #45F123. Grayscale: #585858. Windows color (decimal): -4583716 or 14421690. OLE color: 14421690.

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

Color convert

RGB 186 14 220 -
CMYK 0.15 0.94 0 0.14
HSL 290.1º 0.88% 0.46% -
HSV(B) 290.1º 0.94% 0.86% -
XYZ 33.33 15.92 69.03 -
YUV 88.91 201.98 197.25 -
System Red Green Blue C M Y K H S L
Decimal 186 14 220 0.15 0.94 0 0.14 290.1 0.88 0.46
Hex BA E DC F 5E 0 E 122 58 2E
Octal 272 16 334 17 136 0 16 442 130 56
Binary 10111010 1110 11011100 1111 1011110 0 1110 100100010 1011000 101110

Color Harmonies of #BA0EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0EDC

Black with #BA0EDC

Text Example


Text Example

White with #BA0EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0EDC; }

 p { color: rgb(186,14,220); }

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

background-color css

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

 a { background-color: rgb(186,14,220); }

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

border-color css

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

 span { border-color: rgb(186,14,220); }

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