Html Css Color HEX #BA1EDB Deep Magenta

📋 copy color: '#BA1EDB'

red 186 ◦ green 30 ◦ blue 219

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

Shades of Deep Magenta #BA1EDB

Tints of Deep Magenta #BA1EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.34%

R = 42.76%
G = 6.9%
B = 50.34%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA1EDB (or 0xBA1EDB) is known color: Deep Magenta. HEX triplet: BA, 1E and DB. RGB value is (186,30,219). Sum of RGB (Red+Green+Blue) = 186+30+219=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA1EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1EDB is #45E124. Grayscale: #616161. Windows color (decimal): -4579621 or 14360250. OLE color: 14360250.

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

Color convert

RGB 186 30 219 -
CMYK 0.15 0.86 0 0.14
HSL 289.52º 0.76% 0.49% -
HSV(B) 289.52º 0.86% 0.86% -
XYZ 33.5 16.48 68.43 -
YUV 98.19 196.18 190.63 -
System Red Green Blue C M Y K H S L
Decimal 186 30 219 0.15 0.86 0 0.14 289.52 0.76 0.49
Hex BA 1E DB F 56 0 E 122 4C 31
Octal 272 36 333 17 126 0 16 442 114 61
Binary 10111010 11110 11011011 1111 1010110 0 1110 100100010 1001100 110001

Color Harmonies of #BA1EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1EDB

Black with #BA1EDB

Text Example


Text Example

White with #BA1EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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