Html Css Color HEX #BA09DB Deep Magenta

📋 copy color: '#BA09DB'

red 186 ◦ green 9 ◦ blue 219

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

Shades of Deep Magenta #BA09DB

Tints of Deep Magenta #BA09DB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.17%

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

R = 44.93%
G = 2.17%
B = 52.9%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA09DB (or 0xBA09DB) is known color: Deep Magenta. HEX triplet: BA, 09 and DB. RGB value is (186,9,219). Sum of RGB (Red+Green+Blue) = 186+9+219=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA09DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09DB is #45F624. Grayscale: #555555. Windows color (decimal): -4584997 or 14354874. OLE color: 14354874.

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

Color convert

RGB 186 9 219 -
CMYK 0.15 0.96 0 0.14
HSL 290.57º 0.92% 0.45% -
HSV(B) 290.57º 0.96% 0.86% -
XYZ 33.13 15.75 68.31 -
YUV 85.86 203.14 199.42 -
System Red Green Blue C M Y K H S L
Decimal 186 9 219 0.15 0.96 0 0.14 290.57 0.92 0.45
Hex BA 9 DB F 60 0 E 123 5C 2D
Octal 272 11 333 17 140 0 16 443 134 55
Binary 10111010 1001 11011011 1111 1100000 0 1110 100100011 1011100 101101

Color Harmonies of #BA09DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA09DB

Black with #BA09DB

Text Example


Text Example

White with #BA09DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA09DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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