Html Css Color HEX #BA20D1 Deep Magenta

📋 copy color: '#BA20D1'

red 186 ◦ green 32 ◦ blue 209

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

Shades of Deep Magenta #BA20D1

Tints of Deep Magenta #BA20D1

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.49%

 BLUE value IS 209 (82.03% from 255) = 48.95%

R = 43.56%
G = 7.49%
B = 48.95%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA20D1 (or 0xBA20D1) is known color: Deep Magenta. HEX triplet: BA, 20 and D1. RGB value is (186,32,209). Sum of RGB (Red+Green+Blue) = 186+32+209=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA20D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA20D1 is #45DF2E. Grayscale: #616161. Windows color (decimal): -4579119 or 13705402. OLE color: 13705402.

HSL color Cylindrical-coordinate representation of color #BA20D1: hue angle of 292.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA20D1 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 32 209 -
CMYK 0.11 0.85 0 0.18
HSL 292.2º 0.73% 0.47% -
HSV(B) 292.2º 0.85% 0.82% -
XYZ 32.27 16.08 61.72 -
YUV 98.22 190.52 190.61 -
System Red Green Blue C M Y K H S L
Decimal 186 32 209 0.11 0.85 0 0.18 292.2 0.73 0.47
Hex BA 20 D1 B 55 0 12 124 49 2F
Octal 272 40 321 13 125 0 22 444 111 57
Binary 10111010 100000 11010001 1011 1010101 0 10010 100100100 1001001 101111

Color Harmonies of #BA20D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA20D1

Black with #BA20D1

Text Example


Text Example

White with #BA20D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA20D1; }

 p { color: rgb(186,32,209); }

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

background-color css

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

 a { background-color: rgb(186,32,209); }

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

border-color css

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

 span { border-color: rgb(186,32,209); }

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