Html Css Color HEX #BA13DB Deep Magenta

📋 copy color: '#BA13DB'

red 186 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #BA13DB

Tints of Deep Magenta #BA13DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.48%

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

R = 43.87%
G = 4.48%
B = 51.65%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA13DB (or 0xBA13DB) is known color: Deep Magenta. HEX triplet: BA, 13 and DB. RGB value is (186,19,219). Sum of RGB (Red+Green+Blue) = 186+19+219=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 19 (7.81% from 255 or 4.48% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA13DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13DB is #45EC24. Grayscale: #5B5B5B. Windows color (decimal): -4582437 or 14357434. OLE color: 14357434.

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

Color convert

RGB 186 19 219 -
CMYK 0.15 0.91 0 0.14
HSL 290.1º 0.84% 0.47% -
HSV(B) 290.1º 0.91% 0.86% -
XYZ 33.27 16.02 68.36 -
YUV 91.73 199.83 195.24 -
System Red Green Blue C M Y K H S L
Decimal 186 19 219 0.15 0.91 0 0.14 290.1 0.84 0.47
Hex BA 13 DB F 5B 0 E 122 54 2F
Octal 272 23 333 17 133 0 16 442 124 57
Binary 10111010 10011 11011011 1111 1011011 0 1110 100100010 1010100 101111

Color Harmonies of #BA13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA13DB

Black with #BA13DB

Text Example


Text Example

White with #BA13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA13DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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