Html Css Color HEX #BA18DB Deep Magenta

📋 copy color: '#BA18DB'

red 186 ◦ green 24 ◦ blue 219

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

Shades of Deep Magenta #BA18DB

Tints of Deep Magenta #BA18DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.59%

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

R = 43.36%
G = 5.59%
B = 51.05%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA18DB (or 0xBA18DB) is known color: Deep Magenta. HEX triplet: BA, 18 and DB. RGB value is (186,24,219). Sum of RGB (Red+Green+Blue) = 186+24+219=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 24 (9.77% from 255 or 5.59% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA18DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA18DB is #45E724. Grayscale: #5E5E5E. Windows color (decimal): -4581157 or 14358714. OLE color: 14358714.

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

Color convert

RGB 186 24 219 -
CMYK 0.15 0.89 0 0.14
HSL 289.85º 0.8% 0.48% -
HSV(B) 289.85º 0.89% 0.86% -
XYZ 33.36 16.21 68.39 -
YUV 94.67 198.17 193.14 -
System Red Green Blue C M Y K H S L
Decimal 186 24 219 0.15 0.89 0 0.14 289.85 0.8 0.48
Hex BA 18 DB F 59 0 E 122 50 30
Octal 272 30 333 17 131 0 16 442 120 60
Binary 10111010 11000 11011011 1111 1011001 0 1110 100100010 1010000 110000

Color Harmonies of #BA18DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA18DB

Black with #BA18DB

Text Example


Text Example

White with #BA18DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA18DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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