Html Css Color HEX #BA1DDB Deep Magenta

📋 copy color: '#BA1DDB'

red 186 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #BA1DDB

Tints of Deep Magenta #BA1DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.68%

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

R = 42.86%
G = 6.68%
B = 50.46%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA1DDB (or 0xBA1DDB) is known color: Deep Magenta. HEX triplet: BA, 1D and DB. RGB value is (186,29,219). Sum of RGB (Red+Green+Blue) = 186+29+219=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA1DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1DDB is #45E224. Grayscale: #616161. Windows color (decimal): -4579877 or 14359994. OLE color: 14359994.

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

Color convert

RGB 186 29 219 -
CMYK 0.15 0.87 0 0.14
HSL 289.58º 0.77% 0.49% -
HSV(B) 289.58º 0.87% 0.86% -
XYZ 33.48 16.43 68.43 -
YUV 97.6 196.51 191.05 -
System Red Green Blue C M Y K H S L
Decimal 186 29 219 0.15 0.87 0 0.14 289.58 0.77 0.49
Hex BA 1D DB F 57 0 E 122 4D 31
Octal 272 35 333 17 127 0 16 442 115 61
Binary 10111010 11101 11011011 1111 1010111 0 1110 100100010 1001101 110001

Color Harmonies of #BA1DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1DDB

Black with #BA1DDB

Text Example


Text Example

White with #BA1DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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