Html Css Color HEX #BA20AC Medium Violet Red

📋 copy color: '#BA20AC'

red 186 ◦ green 32 ◦ blue 172

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

Shades of Medium Violet Red #BA20AC

Tints of Medium Violet Red #BA20AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.1%

R = 47.69%
G = 8.21%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA20AC (or 0xBA20AC) is known color: Medium Violet Red. HEX triplet: BA, 20 and AC. RGB value is (186,32,172). Sum of RGB (Red+Green+Blue) = 186+32+172=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA20AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA20AC is #45DF53. Grayscale: #5D5D5D. Windows color (decimal): -4579156 or 11280570. OLE color: 11280570.

HSL color Cylindrical-coordinate representation of color #BA20AC: hue angle of 305.45º 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 #BA20AC is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 32 172 -
CMYK 0 0.83 0.08 0.27
HSL 305.45º 0.71% 0.43% -
HSV(B) 305.45º 0.83% 0.73% -
XYZ 28.21 14.45 40.33 -
YUV 94.01 172.02 193.62 -
System Red Green Blue C M Y K H S L
Decimal 186 32 172 0 0.83 0.08 0.27 305.45 0.71 0.43
Hex BA 20 AC 0 53 8 1B 131 47 2B
Octal 272 40 254 0 123 10 33 461 107 53
Binary 10111010 100000 10101100 0 1010011 1000 11011 100110001 1000111 101011

Color Harmonies of #BA20AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA20AC

Black with #BA20AC

Text Example


Text Example

White with #BA20AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA20AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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