Html Css Color HEX #BA20AF Deep Magenta

📋 copy color: '#BA20AF'

red 186 ◦ green 32 ◦ blue 175

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

Shades of Deep Magenta #BA20AF

Tints of Deep Magenta #BA20AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.53%

R = 47.33%
G = 8.14%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA20AF (or 0xBA20AF) is known color: Deep Magenta. HEX triplet: BA, 20 and AF. RGB value is (186,32,175). Sum of RGB (Red+Green+Blue) = 186+32+175=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA20AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA20AF is #45DF50. Grayscale: #5D5D5D. Windows color (decimal): -4579153 or 11477178. OLE color: 11477178.

HSL color Cylindrical-coordinate representation of color #BA20AF: hue angle of 304.29º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA20AF is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 32 175 -
CMYK 0 0.83 0.06 0.27
HSL 304.29º 0.71% 0.43% -
HSV(B) 304.29º 0.83% 0.73% -
XYZ 28.5 14.57 41.87 -
YUV 94.35 173.52 193.37 -
System Red Green Blue C M Y K H S L
Decimal 186 32 175 0 0.83 0.06 0.27 304.29 0.71 0.43
Hex BA 20 AF 0 53 6 1B 130 47 2B
Octal 272 40 257 0 123 6 33 460 107 53
Binary 10111010 100000 10101111 0 1010011 110 11011 100110000 1000111 101011

Color Harmonies of #BA20AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA20AF

Black with #BA20AF

Text Example


Text Example

White with #BA20AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA20AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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