Html Css Color HEX #BA20D2 Deep Magenta

📋 copy color: '#BA20D2'

red 186 ◦ green 32 ◦ blue 210

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

Shades of Deep Magenta #BA20D2

Tints of Deep Magenta #BA20D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 49.07%

R = 43.46%
G = 7.48%
B = 49.07%

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

#BA20D2 (or 0xBA20D2) is known color: Deep Magenta. HEX triplet: BA, 20 and D2. RGB value is (186,32,210). Sum of RGB (Red+Green+Blue) = 186+32+210=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 210 (82.42% from 255 or 49.07% from 428); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA20D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA20D2 is #45DF2D. Grayscale: #616161. Windows color (decimal): -4579118 or 13770938. OLE color: 13770938.

HSL color Cylindrical-coordinate representation of color #BA20D2: hue angle of 291.91º degrees, saturation: 0.74, 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 #BA20D2 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 32 210 -
CMYK 0.11 0.85 0 0.18
HSL 291.91º 0.74% 0.47% -
HSV(B) 291.91º 0.85% 0.82% -
XYZ 32.4 16.13 62.38 -
YUV 98.34 191.02 190.53 -
System Red Green Blue C M Y K H S L
Decimal 186 32 210 0.11 0.85 0 0.18 291.91 0.74 0.47
Hex BA 20 D2 B 55 0 12 124 4A 2F
Octal 272 40 322 13 125 0 22 444 112 57
Binary 10111010 100000 11010010 1011 1010101 0 10010 100100100 1001010 101111

Color Harmonies of #BA20D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA20D2

Black with #BA20D2

Text Example


Text Example

White with #BA20D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA20D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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