Html Css Color HEX #BA20BF Deep Magenta

📋 copy color: '#BA20BF'

red 186 ◦ green 32 ◦ blue 191

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

Shades of Deep Magenta #BA20BF

Tints of Deep Magenta #BA20BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.7%

R = 45.48%
G = 7.82%
B = 46.7%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA20BF (or 0xBA20BF) is known color: Deep Magenta. HEX triplet: BA, 20 and BF. RGB value is (186,32,191). Sum of RGB (Red+Green+Blue) = 186+32+191=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA20BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA20BF is #45DF40. Grayscale: #5F5F5F. Windows color (decimal): -4579137 or 12525754. OLE color: 12525754.

HSL color Cylindrical-coordinate representation of color #BA20BF: hue angle of 298.11º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA20BF is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 32 191 -
CMYK 0.03 0.83 0 0.25
HSL 298.11º 0.71% 0.44% -
HSV(B) 298.11º 0.83% 0.75% -
XYZ 30.17 15.23 50.64 -
YUV 96.17 181.52 192.07 -
System Red Green Blue C M Y K H S L
Decimal 186 32 191 0.03 0.83 0 0.25 298.11 0.71 0.44
Hex BA 20 BF 3 53 0 19 12A 47 2C
Octal 272 40 277 3 123 0 31 452 107 54
Binary 10111010 100000 10111111 11 1010011 0 11001 100101010 1000111 101100

Color Harmonies of #BA20BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA20BF

Black with #BA20BF

Text Example


Text Example

White with #BA20BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA20BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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